summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceeditorial_p.h
diff options
context:
space:
mode:
authorAlexander Volkov <avolkov@astralinux.ru>2020-06-11 17:16:40 +0300
committerAlexander Volkov <avolkov@astralinux.ru>2020-06-29 14:13:56 +0300
commit76c0963f280484adaf859958b7d7017ddc4dc5da (patch)
treead67077f70ece9584f83c0d50e54f7bbfb694f73 /src/location/places/qplaceeditorial_p.h
parentffee803f1099f85082a152791a7a3b261947a751 (diff)
downloadqtlocation-76c0963f280484adaf859958b7d7017ddc4dc5da.tar.gz
Add missing override
Change-Id: Ieae01bc4669cdd503f97399c622989795a0ad734 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/places/qplaceeditorial_p.h')
-rw-r--r--src/location/places/qplaceeditorial_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplaceeditorial_p.h b/src/location/places/qplaceeditorial_p.h
index f502db73..d2f96da5 100644
--- a/src/location/places/qplaceeditorial_p.h
+++ b/src/location/places/qplaceeditorial_p.h
@@ -63,7 +63,7 @@ public:
~QPlaceEditorialPrivate();
- bool compare(const QPlaceContentPrivate *other) const;
+ bool compare(const QPlaceContentPrivate *other) const override;
Q_DEFINE_CONTENT_PRIVATE_HELPER(QPlaceEditorial, QPlaceContent::EditorialType)