summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/activeqt/comapp.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/activeqt/comapp.qdoc')
-rw-r--r--doc/src/examples/activeqt/comapp.qdoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/examples/activeqt/comapp.qdoc b/doc/src/examples/activeqt/comapp.qdoc
index 22cec65..3c74b60 100644
--- a/doc/src/examples/activeqt/comapp.qdoc
+++ b/doc/src/examples/activeqt/comapp.qdoc
@@ -29,10 +29,12 @@
\example activeqt/comapp
\title COM App Example (ActiveQt)
- The COM App example shows how to use ActiveQt to develop a Qt
- application that can be automated via COM. Different QObject
- based classes are exposed as COM objects that communicate with the
- GUI of the running Qt application. The APIs of those COM objects
+ \brief The COM App example shows how to use ActiveQt to develop a Qt
+ application that can be automated via COM.
+
+ Different QObject based classes are exposed as COM objects that
+ communicate with the GUI of the running Qt application.
+ The APIs of those COM objects
has been designed to resemble the APIs of standard COM
applications; i.e. those from Microsoft Office.