summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/qaxfactory.h')
-rw-r--r--src/activeqt/control/qaxfactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/activeqt/control/qaxfactory.h b/src/activeqt/control/qaxfactory.h
index 0ba62b0..342017e 100644
--- a/src/activeqt/control/qaxfactory.h
+++ b/src/activeqt/control/qaxfactory.h
@@ -74,9 +74,10 @@ class QSettings;
class QAxFactory : public QObject
{
+ Q_DISABLE_COPY(QAxFactory)
public:
QAxFactory(const QUuid &libId, const QUuid &appId);
- virtual ~QAxFactory();
+ ~QAxFactory() override;
virtual QStringList featureList() const = 0;