summaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-07-01 18:56:00 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-01 19:21:50 -0700
commit43bb8881fdbd4e37600047062a9402a81cefe7d8 (patch)
treebb24fe2c9d4ca6f9fd9288bc26bab588e8e9b529 /qt-models
parentdb8b140c52c7589a81f1e3d6d37ba48225525313 (diff)
downloadsubsurface-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>
Diffstat (limited to 'qt-models')
-rw-r--r--qt-models/completionmodels.h6
1 files changed, 0 insertions, 6 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: