summaryrefslogtreecommitdiffstats
path: root/src/activeqt/doc/src/qtaxserver.qdoc
diff options
context:
space:
mode:
authorFredrik Orderud <fredrik.orderud@ge.com>2019-01-29 14:40:03 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2019-01-31 09:00:05 +0000
commit392a5468540bf80ea7107bd809aa21e3a9f99d62 (patch)
treeb59c803900d97a300f030be3834023cef7387d23 /src/activeqt/doc/src/qtaxserver.qdoc
parent747bd96ddd45d8bad4ba3509c4540aa722e13825 (diff)
Remove QAXFACTORY_DEFAULT() footnote that does not show up in the doc
Remove footnote that does not appear in the online Qt documentation. It references the QAXFACTORY_DEFAULT() macro that is no longer in use by any sample code. The footnote contains approximately the same information as the "No overloaded function takes 2 parameters" section further below, and is therefore redundant. Doc URL checked http://doc-snapshots.qt.io/qt5-dev/activeqt-server.html#implementing-controls Task-number: QTBUG-73056 Change-Id: I2957f23ec3979ca24fe050a17222f83170a1ee25 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/activeqt/doc/src/qtaxserver.qdoc')
-rw-r--r--src/activeqt/doc/src/qtaxserver.qdoc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/activeqt/doc/src/qtaxserver.qdoc b/src/activeqt/doc/src/qtaxserver.qdoc
index 1f1db10..c9f4adc 100644
--- a/src/activeqt/doc/src/qtaxserver.qdoc
+++ b/src/activeqt/doc/src/qtaxserver.qdoc
@@ -225,14 +225,6 @@
Declare a standard constructor taking a parent object, and functions,
signals and slots like for any QObject subclass.
- \footnote
- If a standard constructor is not present the compiler will issue
- an error "no overloaded function takes 2 parameters" when using
- the default factory through the QAXFACTORY_DEFAULT() macro. If you
- cannot provide a standard constructor you must implement a
- QAxFactory custom factory and call the constructor you have in
- your implementation of \l {QAxFactory::createObject}.
- \endfootnote
\snippet doc_src_qaxserver.cpp 6