summaryrefslogtreecommitdiffstats
path: root/qt-models/maplocationmodel.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-08-31 23:37:23 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-09-06 11:48:47 -0700
commitb9c35e21eafc347eba073ba8deb91b7052dbfbae (patch)
treea421289f7ac18e2e5a96cab5644f72054306d8ed /qt-models/maplocationmodel.h
parent8e2d3254a2c3ff129af6047ada659de1976b387e (diff)
downloadsubsurface-b9c35e21eafc347eba073ba8deb91b7052dbfbae.tar.gz
Cleanup: remove MapLocationModel::get() function
It was not called anymore. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/maplocationmodel.h')
-rw-r--r--qt-models/maplocationmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/maplocationmodel.h b/qt-models/maplocationmodel.h
index 23b30cb8d..15000bc1d 100644
--- a/qt-models/maplocationmodel.h
+++ b/qt-models/maplocationmodel.h
@@ -57,7 +57,6 @@ public:
MapLocationModel(QObject *parent = NULL);
~MapLocationModel();
- Q_INVOKABLE MapLocation *get(int row);
QVariant data(const QModelIndex &index, int role) const override;
int rowCount(const QModelIndex &parent) const override;
int count();