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:
@@ -48,10 +48,10 @@ class FindMacroHandler : public IMacroHandler
|
||||
public:
|
||||
FindMacroHandler();
|
||||
|
||||
void startRecording(Macros::Macro* macro);
|
||||
void startRecording(Macro* macro);
|
||||
|
||||
bool canExecuteEvent(const Macros::MacroEvent ¯oEvent);
|
||||
bool executeEvent(const Macros::MacroEvent ¯oEvent);
|
||||
bool canExecuteEvent(const MacroEvent ¯oEvent);
|
||||
bool executeEvent(const MacroEvent ¯oEvent);
|
||||
|
||||
public slots:
|
||||
void findIncremental(const QString &txt, Find::FindFlags findFlags);
|
||||
|
||||
Reference in New Issue
Block a user