AndroidRunSupport: Fix signals and slots

Change-Id: I59bfbd4669141aa1f215d8f6c6c498a520aed4fb
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
Aurindam Jana
2013-05-06 14:16:23 +02:00
parent c806d8b748
commit 7ac0cb6247
3 changed files with 6 additions and 4 deletions

View File

@@ -93,6 +93,8 @@ AndroidAnalyzeSupport::AndroidAnalyzeSupport(AndroidRunConfiguration *runConfig,
m_runner, SLOT(start()));
}
}
connect(m_runner, SIGNAL(remoteProcessStarted(int)),
SLOT(handleRemoteProcessStarted(int)));
}
void AndroidAnalyzeSupport::handleRemoteProcessStarted(int qmlPort)