summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-05-05 10:39:36 +0200
committerKai Köhne <kai.koehne@qt.io>2023-05-05 13:16:33 +0200
commitf6f1ee391326d77cf68a54538aebabbef8e4b5dc (patch)
tree3a0fd5233d602588148401bf7974e5e3ad647e44
parent7ae8a61df62f9c6793ef5540846008ac03d87828 (diff)
downloadqtdoc-f6f1ee391326d77cf68a54538aebabbef8e4b5dc.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. Pick-to: 6.5 Change-Id: Ic54640a2da4e549e389056e6c504238040d24985 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
-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 a4791158..f153b6f6 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
\brief A Widgets application to display and print JSON, text, and PDF files.