diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2013-03-13 13:57:26 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-15 13:04:37 +0100 |
commit | 4929a38d1d6b7e7044f3b549c703f160586cdef6 (patch) | |
tree | ec914d26e7944a26f0d88a7f54905a32c5bdae75 /examples/activeqt/multiple | |
parent | eae270cb2e088d1793afeffdff8dcc8ffeb33fdf (diff) | |
download | qtactiveqt-4929a38d1d6b7e7044f3b549c703f160586cdef6.tar.gz |
Doc: several snippet issues in multiple.qdoc
- added path to qdocinc file in qtactiveqt.qdocconf
- removed unnecessary snippet label from multiple-demo.qdocinc
- modified path to qdocinc file
- removed reference to directory name,
input statement now only specifying file name multiple-demo.qdocinc
Task-number: QTBUG-29101
Change-Id: Icc957907cfcbab97a01ffec07819f667961644b8
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'examples/activeqt/multiple')
-rw-r--r-- | examples/activeqt/multiple/doc/src/multiple.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/activeqt/multiple/doc/src/multiple.qdoc b/examples/activeqt/multiple/doc/src/multiple.qdoc index 607425d..79ea938 100644 --- a/examples/activeqt/multiple/doc/src/multiple.qdoc +++ b/examples/activeqt/multiple/doc/src/multiple.qdoc @@ -29,7 +29,7 @@ \page qaxserver-demo-multiple.html \title Two Simple Qt Widgets - \input examples/multiple-demo.qdocinc + \input multiple-demo.qdocinc */ /*! @@ -66,5 +66,5 @@ WebBrowser to support ActiveX controls, and scripting to be enabled. - \input doc/src/examples/multiple-demo.qdocinc + \input multiple-demo.qdocinc */ |