forked from qt-creator/qt-creator
Normalize connect()s
Change-Id: I27fee97c2837210d91948cc02f56cc5f6e6b19a2 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -117,8 +117,8 @@ IosAnalyzeSupport::IosAnalyzeSupport(IosRunConfiguration *runConfig,
|
||||
|
||||
connect(m_runner, SIGNAL(gotServerPorts(int,int)),
|
||||
SLOT(handleServerPorts(int,int)));
|
||||
connect(m_runner, SIGNAL(gotInferiorPid(Q_PID, int)),
|
||||
SLOT(handleGotInferiorPid(Q_PID, int)));
|
||||
connect(m_runner, SIGNAL(gotInferiorPid(Q_PID,int)),
|
||||
SLOT(handleGotInferiorPid(Q_PID,int)));
|
||||
connect(m_runner, SIGNAL(finished(bool)),
|
||||
SLOT(handleRemoteProcessFinished(bool)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user