mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Map: mark function as override
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e04a81bcc0
commit
dff6c001d7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public:
|
|||
quint32 selectedUuid();
|
||||
|
||||
protected:
|
||||
QHash<int, QByteArray> roleNames() const;
|
||||
QHash<int, QByteArray> roleNames() const override;
|
||||
|
||||
private:
|
||||
QVector<MapLocation *> m_mapLocations;
|
||||
|
|
Loading…
Reference in a new issue