mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:43:24 +00:00
Correctly removes the Location Completion Model
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
db8b140c52
commit
43bb8881fd
2 changed files with 0 additions and 7 deletions
|
@ -15,12 +15,6 @@ public:
|
||||||
void updateModel();
|
void updateModel();
|
||||||
};
|
};
|
||||||
|
|
||||||
class LocationCompletionModel : public QStringListModel {
|
|
||||||
Q_OBJECT
|
|
||||||
public:
|
|
||||||
void updateModel();
|
|
||||||
};
|
|
||||||
|
|
||||||
class SuitCompletionModel : public QStringListModel {
|
class SuitCompletionModel : public QStringListModel {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -105,7 +105,6 @@ private:
|
||||||
EditMode editMode;
|
EditMode editMode;
|
||||||
BuddyCompletionModel buddyModel;
|
BuddyCompletionModel buddyModel;
|
||||||
DiveMasterCompletionModel diveMasterModel;
|
DiveMasterCompletionModel diveMasterModel;
|
||||||
LocationCompletionModel locationModel;
|
|
||||||
SuitCompletionModel suitModel;
|
SuitCompletionModel suitModel;
|
||||||
TagCompletionModel tagModel;
|
TagCompletionModel tagModel;
|
||||||
DivePictureModel *divePictureModel;
|
DivePictureModel *divePictureModel;
|
||||||
|
|
Loading…
Add table
Reference in a new issue