forked from qt-creator/qt-creator
Debugger: Remove a few unneeded Q_SLOT macros
Change-Id: I7be999999f891a003c940d585762d15a76bf90a1 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -62,9 +62,9 @@ private:
|
|||||||
|
|
||||||
void handleStubAttached(const DebuggerResponse &response);
|
void handleStubAttached(const DebuggerResponse &response);
|
||||||
|
|
||||||
Q_SLOT void stubStarted();
|
void stubStarted();
|
||||||
Q_SLOT void stubExited();
|
void stubExited();
|
||||||
Q_SLOT void stubError(const QString &msg);
|
void stubError(const QString &msg);
|
||||||
|
|
||||||
Utils::ConsoleProcess m_stubProc;
|
Utils::ConsoleProcess m_stubProc;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user