summaryrefslogtreecommitdiffstats
path: root/qt-models/maplocationmodel.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 21:18:38 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 22:03:22 -0700
commitdff6c001d7d397730096c1044e3594d6660f889b (patch)
tree23bd0e634c700f4331f7bd2ebb255a26d1d2ac95 /qt-models/maplocationmodel.h
parente04a81bcc06cb59aac348567ecc6c1978a89ca81 (diff)
downloadsubsurface-dff6c001d7d397730096c1044e3594d6660f889b.tar.gz
Map: mark function as override
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/maplocationmodel.h')
-rw-r--r--qt-models/maplocationmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/maplocationmodel.h b/qt-models/maplocationmodel.h
index c2305888d..114de4c92 100644
--- a/qt-models/maplocationmodel.h
+++ b/qt-models/maplocationmodel.h
@@ -66,7 +66,7 @@ public:
quint32 selectedUuid();
protected:
- QHash<int, QByteArray> roleNames() const;
+ QHash<int, QByteArray> roleNames() const override;
private:
QVector<MapLocation *> m_mapLocations;