From d11e6eba4c41bdefdf632caa313e5c68d97d6c9c Mon Sep 17 00:00:00 2001 From: Jerome Pasion <jerome.pasion@digia.com> Date: Fri, 2 Aug 2013 14:11:57 +0200 Subject: [PATCH] Doc: Setting \qtvariable in module page. \qtvariable indicates the QT variable needed in .pro files. Change-Id: I4e1a292c8319181d5cb75ae271252e0098139bb0 Reviewed-by: Martin Smith <martin.smith@digia.com> --- src/activeqt/doc/src/qtaxcontainer.qdoc | 1 + src/activeqt/doc/src/qtaxserver.qdoc | 1 + 2 files changed, 2 insertions(+) diff --git a/src/activeqt/doc/src/qtaxcontainer.qdoc b/src/activeqt/doc/src/qtaxcontainer.qdoc index 26d1a349..a50658f6 100644 --- a/src/activeqt/doc/src/qtaxcontainer.qdoc +++ b/src/activeqt/doc/src/qtaxcontainer.qdoc @@ -28,6 +28,7 @@ \module QAxContainer \title QAxContainer C++ Classes \ingroup modules + \qtvariable axcontainer \brief The QAxContainer module is a Windows-only extension for accessing ActiveX controls and COM objects. diff --git a/src/activeqt/doc/src/qtaxserver.qdoc b/src/activeqt/doc/src/qtaxserver.qdoc index a202047f..59e38cea 100644 --- a/src/activeqt/doc/src/qtaxserver.qdoc +++ b/src/activeqt/doc/src/qtaxserver.qdoc @@ -29,6 +29,7 @@ \module QAxServer \title QAxServer C++ Classes \ingroup modules + \qtvariable axserver \brief The QAxServer module is a Windows-only static library that you can use to turn a standard Qt binary into a COM server. -- GitLab