diff --git a/lib/include/DOtherSide/DosQMetaObject.h b/lib/include/DOtherSide/DosQMetaObject.h index fd33c67..715f01d 100644 --- a/lib/include/DOtherSide/DosQMetaObject.h +++ b/lib/include/DOtherSide/DosQMetaObject.h @@ -36,7 +36,7 @@ public: QMetaMethod signal(const QString &signalName) const override; QMetaMethod readSlot(const char *propertyName) const override; QMetaMethod writeSlot(const char *propertyName) const override; - const DosIQMetaObject *superClassDosMetaObject() const; + const DosIQMetaObject *superClassDosMetaObject() const override; protected: SafeQMetaObjectPtr m_metaObject;