summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectregistry.h
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk.ford@kdab.com>2017-09-20 21:23:02 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-21 10:54:47 +0000
commit092da44ffde5ad73a60b15782cf217bff5dc632d (patch)
treea9ea8c9c35cec0b43427d5980511fc7da6e1c476 /src/remoteobjects/qremoteobjectregistry.h
parent92b172887a5efd8ca4fd387c82ea17cc4ed969d0 (diff)
Modernize: Use override where possible
Change-Id: Id67366f3eaf251b1f2c8d9a91a41dec72117cc7c Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'src/remoteobjects/qremoteobjectregistry.h')
-rw-r--r--src/remoteobjects/qremoteobjectregistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectregistry.h b/src/remoteobjects/qremoteobjectregistry.h
index cac2542..fc9ad64 100644
--- a/src/remoteobjects/qremoteobjectregistry.h
+++ b/src/remoteobjects/qremoteobjectregistry.h
@@ -52,7 +52,7 @@ class Q_REMOTEOBJECTS_EXPORT QRemoteObjectRegistry : public QRemoteObjectReplica
Q_PROPERTY(QRemoteObjectSourceLocations sourceLocations READ sourceLocations)
public:
- ~QRemoteObjectRegistry();
+ ~QRemoteObjectRegistry() override;
static void registerMetatypes();
QRemoteObjectSourceLocations sourceLocations() const;