aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/ioutputpane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/ioutputpane.cpp')
-rw-r--r--src/plugins/coreplugin/ioutputpane.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/coreplugin/ioutputpane.cpp b/src/plugins/coreplugin/ioutputpane.cpp
index 5efaeeb7be..c43eff0c85 100644
--- a/src/plugins/coreplugin/ioutputpane.cpp
+++ b/src/plugins/coreplugin/ioutputpane.cpp
@@ -29,10 +29,10 @@
/*!
\class Core::IOutputPane
- \brief The IOutputPane class is an interface for providing \gui Output panes.
+ \brief The IOutputPane class is an interface for providing \uicontrol Output panes.
- \mainclass
- \inmodule Qt Creator
+ \ingroup mainclasses
+ \inmodule QtCreator
*/
/*!
@@ -131,7 +131,7 @@
/*!
\fn bool IOutputPane::canNext() const
- Determines whether the \gui Next button in the output pane is enabled.
+ Determines whether the \uicontrol Next button in the output pane is enabled.
Is overwritten when \c canNavigate() returns \c false.
\sa IOutputPane::canNavigate()
@@ -142,7 +142,7 @@
/*!
\fn bool IOutputPane::canPrevious() const
- Determines whether the \gui Previous button in the output pane is enabled.
+ Determines whether the \uicontrol Previous button in the output pane is enabled.
Is overwritten when \c canNavigate() returns \c false.
\sa IOutputPane::canNavigate()
@@ -153,7 +153,7 @@
/*!
\fn void IOutputPane::goToNext()
- Is called on selecting the \gui Next button.
+ Is called on selecting the \uicontrol Next button.
\sa IOutputPane::canNext()
*/
@@ -161,7 +161,7 @@
/*!
\fn void IOutputPane::goToPrev()
- Is called on selecting the \gui Previous button.
+ Is called on selecting the \uicontrol Previous button.
\sa IOutputPane::canPrevious()
*/