Remove references to Application Example

Removing dangling references to the example due to its move to
manual tests.

Change-Id: I13f5fad93763d1ef70ddd8b3dcf430b5df8e28f9
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit d2db1d511ddbc4d676bcd93881e17e42edd37b84)
This commit is contained in:
Axel Spoerl 2023-06-09 11:41:35 +02:00
parent 52de4aa86e
commit c859532b0b
6 changed files with 4 additions and 13 deletions

View File

@ -33,7 +33,6 @@ LocationDialog::LocationDialog(QWidget *parent)
applicationComboBox = new QComboBox; applicationComboBox = new QComboBox;
applicationComboBox->addItem(tr("Any")); applicationComboBox->addItem(tr("Any"));
applicationComboBox->addItem(tr("Qt Creator")); applicationComboBox->addItem(tr("Qt Creator"));
applicationComboBox->addItem(tr("Application Example"));
applicationComboBox->addItem(tr("Assistant")); applicationComboBox->addItem(tr("Assistant"));
applicationComboBox->addItem(tr("Designer")); applicationComboBox->addItem(tr("Designer"));
applicationComboBox->addItem(tr("Linguist")); applicationComboBox->addItem(tr("Linguist"));

View File

@ -2340,7 +2340,7 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile,
\endlist \endlist
\sa QVariant, QSessionManager, {Settings Editor Example}, {Qt Widgets - Application Example} \sa QVariant, QSessionManager, {Settings Editor Example}
*/ */
/*! \enum QSettings::Status /*! \enum QSettings::Status

View File

@ -171,9 +171,7 @@ QObject *QActionPrivate::menu() const
Once a QAction has been created, it should be added to the relevant Once a QAction has been created, it should be added to the relevant
menu and toolbar, then connected to the slot which will perform menu and toolbar, then connected to the slot which will perform
the action. For example: the action.
\snippet ../widgets/mainwindows/mdi/mainwindow.cpp qaction setup
Actions are added to widgets using QWidget::addAction() or Actions are added to widgets using QWidget::addAction() or
QGraphicsWidget::addAction(). Note that an action must be added to a QGraphicsWidget::addAction(). Note that an action must be added to a
@ -186,7 +184,7 @@ QObject *QActionPrivate::menu() const
use as menu items. use as menu items.
\sa QMenu, QToolBar, {Qt Widgets - Application Example} \sa QMenu, QToolBar
*/ */
/*! /*!

View File

@ -60,7 +60,3 @@ imagedirs += images \
navigation.landingpage = "Qt Widgets" navigation.landingpage = "Qt Widgets"
navigation.cppclassespage = "Qt Widgets C++ Classes" navigation.cppclassespage = "Qt Widgets C++ Classes"
manifestmeta.highlighted.names = "QtWidgets/Qt Widgets - Application Example"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -280,8 +280,7 @@ void QMainWindowPrivate::init()
is the position and size (relative to the size of the main window) is the position and size (relative to the size of the main window)
of the toolbars and dock widgets that are stored. of the toolbars and dock widgets that are stored.
\sa QMenuBar, QToolBar, QStatusBar, QDockWidget, \sa QMenuBar, QToolBar, QStatusBar, QDockWidget, {Menus Example}
{MDI Example}, {Menus Example}
*/ */
/*! /*!

View File

@ -1186,7 +1186,6 @@ void QPlainTextEditPrivate::ensureViewportLayouted()
editor with line wrap enabled in real time. It also makes for a editor with line wrap enabled in real time. It also makes for a
fast log viewer (see setMaximumBlockCount()). fast log viewer (see setMaximumBlockCount()).
\sa QTextDocument, QTextCursor \sa QTextDocument, QTextCursor
{Syntax Highlighter Example}, {Rich Text Processing} {Syntax Highlighter Example}, {Rich Text Processing}