summaryrefslogtreecommitdiffstats
path: root/src/activeqt/container/qaxscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/container/qaxscript.h')
-rw-r--r--src/activeqt/container/qaxscript.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/activeqt/container/qaxscript.h b/src/activeqt/container/qaxscript.h
index f09b2fc..17449d4 100644
--- a/src/activeqt/container/qaxscript.h
+++ b/src/activeqt/container/qaxscript.h
@@ -77,7 +77,7 @@ public:
};
QAxScriptEngine(const QString &language, QAxScript *script);
- ~QAxScriptEngine();
+ ~QAxScriptEngine() override;
bool isValid() const;
bool hasIntrospection() const;
@@ -112,7 +112,7 @@ public:
};
QAxScript(const QString &name, QAxScriptManager *manager);
- ~QAxScript();
+ ~QAxScript() override;
bool load(const QString &code, const QString &language = QString());
@@ -160,7 +160,7 @@ class QAxScriptManager : public QObject
public:
explicit QAxScriptManager(QObject *parent = nullptr);
- ~QAxScriptManager();
+ ~QAxScriptManager() override;
void addObject(QAxBase *object);
void addObject(QObject *object);