forked from qt-creator/qt-creator
Macros: Remove export macros and move code into Internal namespace
Change-Id: I2f5aa2b15235dfa7f3f002703771dd902d67199e Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
@@ -43,18 +43,18 @@ class ITextEditor;
|
||||
namespace Macros {
|
||||
namespace Internal {
|
||||
|
||||
class TextEditorMacroHandler : public Macros::IMacroHandler
|
||||
class TextEditorMacroHandler : public IMacroHandler
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
TextEditorMacroHandler();
|
||||
|
||||
void startRecording(Macros::Macro *macro);
|
||||
void endRecordingMacro(Macros::Macro *macro);
|
||||
void startRecording(Macro *macro);
|
||||
void endRecordingMacro(Macro *macro);
|
||||
|
||||
bool canExecuteEvent(const Macros::MacroEvent ¯oEvent);
|
||||
bool executeEvent(const Macros::MacroEvent ¯oEvent);
|
||||
bool canExecuteEvent(const MacroEvent ¯oEvent);
|
||||
bool executeEvent(const MacroEvent ¯oEvent);
|
||||
|
||||
bool eventFilter(QObject *watched, QEvent *event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user