summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxfactory.cpp
diff options
context:
space:
mode:
authorFredrik Orderud <fredrik.orderud@ge.com>2019-01-29 09:46:46 +0100
committerFredrik Orderud <forderud@gmail.com>2019-01-29 12:43:58 +0000
commit747bd96ddd45d8bad4ba3509c4540aa722e13825 (patch)
tree4960df42a12f2b5e8bc46f494c8be29377f010b0 /src/activeqt/control/qaxfactory.cpp
parent2d030a845ff7ebb9e14443fabfed2bd4c286303d (diff)
Remove duplicate QAXFACTORY_DEFAULT example from QAxFactory class documentation
Done to de-emphasis QAXFACTORY_DEFAULT usage and instead promote QAXFACTORY_BEGIN/END. The same QAXFACTORY_DEFAULT example is still documented in a separate macro section for QAxFactory, so noting is lost. Task-number: QTBUG-73056 Change-Id: I1193530cc7eb472a8d6fd160ce4e9e51ab082c90 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/activeqt/control/qaxfactory.cpp')
-rw-r--r--src/activeqt/control/qaxfactory.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/activeqt/control/qaxfactory.cpp b/src/activeqt/control/qaxfactory.cpp
index 2a0ed4f..0dbbd25 100644
--- a/src/activeqt/control/qaxfactory.cpp
+++ b/src/activeqt/control/qaxfactory.cpp
@@ -82,11 +82,6 @@ extern wchar_t qAxModuleFilename[MAX_PATH];
\snippet src_activeqt_control_qaxfactory.cpp 1
- If your server supports just a single COM object, you can use
- a default factory implementation through the \c QAXFACTORY_DEFAULT() macro.
-
- \snippet src_activeqt_control_qaxfactory.cpp 2
-
Only one QAxFactory implementation may be instantiated and
exported by an ActiveX server application. This instance is accessible
through the global qAxFactory() function.