summaryrefslogtreecommitdiffstats
path: root/src/location/places/qplaceresult_p.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2018-01-31 14:34:16 +0100
committerKevin Funk <kevin.funk@kdab.com>2018-02-05 13:14:46 +0000
commitb4807a11e816feaa3b541b4e4b02f77c1fafbf48 (patch)
tree8bbbb202dfd8e283b7bdfeadd1396757669e7f04 /src/location/places/qplaceresult_p.h
parent4ecd38a9371ceb79abe162c39de6082e112f1053 (diff)
Replace Q_DECL_OVERRIDE with override
Change-Id: Iaa670de181255ea570fcf7bcbe465987ef7fc2fc Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/location/places/qplaceresult_p.h')
-rw-r--r--src/location/places/qplaceresult_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplaceresult_p.h b/src/location/places/qplaceresult_p.h
index 0e0bf8cd..b7f4065f 100644
--- a/src/location/places/qplaceresult_p.h
+++ b/src/location/places/qplaceresult_p.h
@@ -60,7 +60,7 @@ public:
~QPlaceResultPrivate();
- bool compare(const QPlaceSearchResultPrivate *other) const Q_DECL_OVERRIDE;
+ bool compare(const QPlaceSearchResultPrivate *other) const override;
Q_DEFINE_SEARCHRESULT_PRIVATE_HELPER(QPlaceResult, QPlaceSearchResult::PlaceResult)