diff options
Diffstat (limited to 'src/plugins/macros/macromanager.cpp')
-rw-r--r-- | src/plugins/macros/macromanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/macros/macromanager.cpp b/src/plugins/macros/macromanager.cpp index 036a0f7320..b24573c6c9 100644 --- a/src/plugins/macros/macromanager.cpp +++ b/src/plugins/macros/macromanager.cpp @@ -77,13 +77,13 @@ using namespace Macros::Internal; 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: + There are two important functions in this class that can be used outside the Macros plugin: \list \li registerEventHandler: add a new event handler \li registerAction: add a macro event when this action is triggered \endlist - This class is a singleton and can be accessed using the instance method. + This class is a singleton and can be accessed using the instance function. */ /*! |