forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.8'
Conflicts: src/libs/extensionsystem/pluginmanager.cpp src/libs/extensionsystem/pluginspec.cpp src/plugins/coreplugin/basefilewizard.cpp src/plugins/coreplugin/coreplugin.pro src/plugins/coreplugin/coreplugin.qbs src/plugins/coreplugin/editormanager/ieditor.cpp src/plugins/coreplugin/externaltool.cpp src/plugins/coreplugin/icore.cpp src/plugins/cpptools/cppmodelmanager.cpp src/plugins/fakevim/fakevimhandler.cpp src/plugins/find/ifindfilter.cpp src/plugins/projectexplorer/buildstep.cpp src/plugins/projectexplorer/devicesupport/idevice.cpp src/plugins/projectexplorer/runconfiguration.cpp src/plugins/vcsbase/vcsbaseeditor.cpp tests/system/suite_debugger/tst_simple_analyze/test.py Change-Id: I11dc9e60bfc14bad4f8af747d041fc7678a07c17
This commit is contained in:
@@ -74,8 +74,8 @@ using namespace Macros::Internal;
|
||||
\class Macro::MacroManager
|
||||
\brief The MacroManager class implements a manager for macros.
|
||||
|
||||
The MacroManager manage all macros, it loads them on startup, keep track of the
|
||||
current macro and create new macros.
|
||||
The MacroManager manages all macros, loads them on startup, keeps track of the
|
||||
current macro, and creates new macros.
|
||||
|
||||
There are two important methods in this class that can be used outside the Macros plugin:
|
||||
\list
|
||||
@@ -89,7 +89,7 @@ using namespace Macros::Internal;
|
||||
/*!
|
||||
\fn void registerAction(QAction *action, const QString &id)
|
||||
|
||||
Append this action to the list of actions registered in a macro. The id is
|
||||
Appends \a action to the list of actions registered in a macro. \a id is
|
||||
the action id passed to the ActionManager.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user