mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Planner: make cylinder-model subobject of planner-model
The cylinder-model had an instance() function, but actually there were two cylinder models: one used by the equipment tab, one used by the planner. This is misleading. Therefore, remove the instance() function and make the cylinder-model a subobject of the planner-model. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
6622f42aab
commit
190a2a876e
7 changed files with 39 additions and 38 deletions
|
@ -611,12 +611,6 @@ void CylindersModel::cylindersReset(const QVector<dive *> &dives)
|
|||
updateDive();
|
||||
}
|
||||
|
||||
CylindersModelFiltered *CylindersModelFiltered::instance()
|
||||
{
|
||||
static CylindersModelFiltered self;
|
||||
return &self;
|
||||
}
|
||||
|
||||
CylindersModelFiltered::CylindersModelFiltered(QObject *parent) : QSortFilterProxyModel(parent)
|
||||
{
|
||||
setSourceModel(&source);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue