summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-05-05 10:39:36 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-05-05 12:27:31 +0000
commit30f3cc33e8517f5a6847aa6dd15518ee9fab565c (patch)
tree01ffc3d121c73be44ec789e205a8799f38d8f344
parent704e115d8e321fd4ef8e9cf75fae0a3343055a88 (diff)
downloadqtdoc-30f3cc33e8517f5a6847aa6dd15518ee9fab565c.tar.gz
Drop: 'Qt Demo' from Document Viewer example name
Follow the naming style of the other examples, and just name the example page 'Document Viewer'. Also remove the page from the group mainwindow-classes, at is - quite evidently - not a class. Instead, add it to the list of widgets examples. Change-Id: Ic54640a2da4e549e389056e6c504238040d24985 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> (cherry picked from commit f6f1ee391326d77cf68a54538aebabbef8e4b5dc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/demos/documentviewer/doc/src/documentviewer.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/demos/documentviewer/doc/src/documentviewer.qdoc b/examples/demos/documentviewer/doc/src/documentviewer.qdoc
index 6a88faca..129dd56d 100644
--- a/examples/demos/documentviewer/doc/src/documentviewer.qdoc
+++ b/examples/demos/documentviewer/doc/src/documentviewer.qdoc
@@ -2,8 +2,8 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- \title Qt Demo - Document Viewer
- \ingroup mainwindow-classes
+ \title Document Viewer
+ \ingroup examples-widgets
\example demos/documentviewer
\examplecategory {Application Examples}
\brief A Widgets application to display and print Json, text and PDF files.