summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/qaxfactory.cpp')
-rw-r--r--src/activeqt/control/qaxfactory.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/activeqt/control/qaxfactory.cpp b/src/activeqt/control/qaxfactory.cpp
index 1f101fe..1a999aa 100644
--- a/src/activeqt/control/qaxfactory.cpp
+++ b/src/activeqt/control/qaxfactory.cpp
@@ -113,9 +113,7 @@ QAxFactory::QAxFactory(const QUuid &libid, const QUuid &appid)
/*!
Destroys the QAxFactory object.
*/
-QAxFactory::~QAxFactory()
-{
-}
+QAxFactory::~QAxFactory() = default;
/*!
\fn QUuid QAxFactory::typeLibID() const
@@ -462,7 +460,7 @@ class ActiveObject : public QObject
{
public:
ActiveObject(QObject *parent, QAxFactory *factory);
- ~ActiveObject();
+ ~ActiveObject() override;
IDispatch *wrapper;
DWORD cookie;