summaryrefslogtreecommitdiffstats
path: root/src/activeqt/container/qaxbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/container/qaxbase.h')
-rw-r--r--src/activeqt/container/qaxbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/container/qaxbase.h b/src/activeqt/container/qaxbase.h
index 740fd6d..38dec7e 100644
--- a/src/activeqt/container/qaxbase.h
+++ b/src/activeqt/container/qaxbase.h
@@ -72,7 +72,7 @@ class QAxBase
QDOC_PROPERTY(QString control READ control WRITE setControl)
public:
- typedef QMap<QString, QVariant> PropertyBag;
+ using PropertyBag = QMap<QString, QVariant>;
explicit QAxBase(IUnknown *iface = nullptr);
virtual ~QAxBase();