Map: mark function as override

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-07-28 21:18:38 -07:00
parent e04a81bcc0
commit dff6c001d7

View file

@ -66,7 +66,7 @@ public:
quint32 selectedUuid();
protected:
QHash<int, QByteArray> roleNames() const;
QHash<int, QByteArray> roleNames() const override;
private:
QVector<MapLocation *> m_mapLocations;