diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-07-01 18:56:00 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 19:21:50 -0700 |
commit | 43bb8881fdbd4e37600047062a9402a81cefe7d8 (patch) | |
tree | bb24fe2c9d4ca6f9fd9288bc26bab588e8e9b529 | |
parent | db8b140c52c7589a81f1e3d6d37ba48225525313 (diff) | |
download | subsurface-43bb8881fdbd4e37600047062a9402a81cefe7d8.tar.gz |
Correctly removes the Location Completion Model
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-models/completionmodels.h | 6 | ||||
-rw-r--r-- | qt-ui/maintab.h | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/qt-models/completionmodels.h b/qt-models/completionmodels.h index 859b8c007..c4dfd2a58 100644 --- a/qt-models/completionmodels.h +++ b/qt-models/completionmodels.h @@ -15,12 +15,6 @@ public: void updateModel(); }; -class LocationCompletionModel : public QStringListModel { - Q_OBJECT -public: - void updateModel(); -}; - class SuitCompletionModel : public QStringListModel { Q_OBJECT public: diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 844710954..a8f2dfab4 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -105,7 +105,6 @@ private: EditMode editMode; BuddyCompletionModel buddyModel; DiveMasterCompletionModel diveMasterModel; - LocationCompletionModel locationModel; SuitCompletionModel suitModel; TagCompletionModel tagModel; DivePictureModel *divePictureModel; |