diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 21:18:38 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 22:03:22 -0700 |
commit | dff6c001d7d397730096c1044e3594d6660f889b (patch) | |
tree | 23bd0e634c700f4331f7bd2ebb255a26d1d2ac95 /qt-models/maplocationmodel.h | |
parent | e04a81bcc06cb59aac348567ecc6c1978a89ca81 (diff) | |
download | subsurface-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.h | 2 |
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; |