summaryrefslogtreecommitdiffstats
path: root/qt-models/maplocationmodel.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-08-31 23:29:20 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-09-06 11:48:47 -0700
commit773604f0dfdbf3be8a3fcb3e78abfa889805bf07 (patch)
tree8ffb791a93ed6188868a8077673b0b1f6910550e /qt-models/maplocationmodel.h
parent1d01fff0061bde6260259a9a2b46f80a31ad1218 (diff)
downloadsubsurface-773604f0dfdbf3be8a3fcb3e78abfa889805bf07.tar.gz
Cleanup: remove MapLocationModel::isSelected() function
That function was replaced by a model-attribute. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/maplocationmodel.h')
-rw-r--r--qt-models/maplocationmodel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-models/maplocationmodel.h b/qt-models/maplocationmodel.h
index 05a772bcf..ddf0a4a11 100644
--- a/qt-models/maplocationmodel.h
+++ b/qt-models/maplocationmodel.h
@@ -69,9 +69,6 @@ public:
MapLocation *getMapLocation(const struct dive_site *ds);
const QVector<dive_site *> &selectedDs() const;
Q_INVOKABLE void setSelected(struct dive_site *ds);
- // The dive site is passed as a QVariant, because a null-QVariant is not automatically
- // transformed into a null pointer and warning messages are spewed onto the console.
- Q_INVOKABLE bool isSelected(const QVariant &ds) const;
protected:
QHash<int, QByteArray> roleNames() const override;