summaryrefslogtreecommitdiffstats
path: root/src/activeqt/container/qaxwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/container/qaxwidget.h')
-rw-r--r--src/activeqt/container/qaxwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/container/qaxwidget.h b/src/activeqt/container/qaxwidget.h
index db1f73a..49caa22 100644
--- a/src/activeqt/container/qaxwidget.h
+++ b/src/activeqt/container/qaxwidget.h
@@ -72,7 +72,7 @@ public:
explicit QAxWidget(QWidget* parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
explicit QAxWidget(const QString &c, QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
explicit QAxWidget(IUnknown *iface, QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
- ~QAxWidget();
+ ~QAxWidget() override;
void clear() override;
bool doVerb(const QString &verb);