summaryrefslogtreecommitdiff
path: root/src/location/declarativeplaces/qdeclarativecategory_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativeplaces/qdeclarativecategory_p.h')
-rw-r--r--src/location/declarativeplaces/qdeclarativecategory_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativeplaces/qdeclarativecategory_p.h b/src/location/declarativeplaces/qdeclarativecategory_p.h
index 96983c1f..65a6e995 100644
--- a/src/location/declarativeplaces/qdeclarativecategory_p.h
+++ b/src/location/declarativeplaces/qdeclarativecategory_p.h
@@ -96,8 +96,8 @@ public:
enum Status {Ready, Saving, Removing, Error};
//From QQmlParserStatus
- virtual void classBegin() {}
- virtual void componentComplete();
+ void classBegin() override {}
+ void componentComplete() override;
void setPlugin(QDeclarativeGeoServiceProvider *plugin);
QDeclarativeGeoServiceProvider *plugin() const;