summaryrefslogtreecommitdiff
path: root/src/activeqt/container/qaxobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/container/qaxobject.h')
-rw-r--r--src/activeqt/container/qaxobject.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/activeqt/container/qaxobject.h b/src/activeqt/container/qaxobject.h
index 5c62303..fc09a70 100644
--- a/src/activeqt/container/qaxobject.h
+++ b/src/activeqt/container/qaxobject.h
@@ -61,11 +61,11 @@ public:
bool doVerb(const QString &verb);
protected:
- void connectNotify(const QMetaMethod &signal);
- const QMetaObject *fallbackMetaObject() const;
+ void connectNotify(const QMetaMethod &signal) Q_DECL_OVERRIDE;
+ const QMetaObject *fallbackMetaObject() const Q_DECL_OVERRIDE;
private:
- const QMetaObject *parentMetaObject() const;
+ const QMetaObject *parentMetaObject() const Q_DECL_OVERRIDE;
};
template <> inline QAxObject *qobject_cast<QAxObject*>(const QObject *o)