forked from qt-creator/qt-creator
iOS: Use some more Qt5-style connects
Safer to refactor. Change-Id: Ie909b695e7d1d7a473aba6bb39e6bdf0d5d24d85 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
Debugger::DebuggerRunControl *runControl, bool cppDebug, bool qmlDebug);
|
||||
~IosDebugSupport();
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void handleServerPorts(int gdbServerFd, int qmlPort);
|
||||
void handleGotInferiorPid(Q_PID, int qmlPort);
|
||||
void handleRemoteProcessFinished(bool cleanEnd);
|
||||
@@ -62,7 +62,6 @@ private slots:
|
||||
void handleRemoteOutput(const QString &output);
|
||||
void handleRemoteErrorOutput(const QString &output);
|
||||
|
||||
private:
|
||||
Debugger::DebuggerRunControl *m_runControl;
|
||||
IosRunner * const m_runner;
|
||||
const QString m_dumperLib;
|
||||
|
||||
Reference in New Issue
Block a user