Debugger: Remove a few unneeded Q_SLOT macros

Change-Id: I7be999999f891a003c940d585762d15a76bf90a1
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-02-24 17:25:28 +01:00
parent 4699a33837
commit c6a4c80728

View File

@@ -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;
}; };