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:
hjk
2015-09-11 13:32:45 +02:00
parent 89f1c0bf53
commit 4c0aa28ab5
6 changed files with 49 additions and 51 deletions

View File

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