aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/modemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/modemanager.cpp')
-rw-r--r--src/plugins/coreplugin/modemanager.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/plugins/coreplugin/modemanager.cpp b/src/plugins/coreplugin/modemanager.cpp
index 536c6e4714..cbacdaa371 100644
--- a/src/plugins/coreplugin/modemanager.cpp
+++ b/src/plugins/coreplugin/modemanager.cpp
@@ -50,11 +50,15 @@ namespace Core {
/*!
\class Core::ModeManager
+ \inmodule QtCreator
+
+ \brief The ModeManager class implements a mode manager.
The mode manager handles everything related to the instances of IMode
- that were added to the plugin manager's object pool as well as their
- buttons and the tool bar with the round buttons in the lower left
- corner of Qt Creator.
+ that were added to the plugin manager's object pool.
+
+ In addition, it handles the mode buttons and the tool bar buttons in the
+ lower left corner of \QC.
*/
struct ModeManagerPrivate