forked from qt-creator/qt-creator
Normalized connect()s
Change-Id: Ieb95bd04026d4a8ba824e6355031954332654e99 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -67,8 +67,8 @@ void AndroidRunControl::start()
|
||||
SLOT(handleRemoteErrorOutput(QByteArray)));
|
||||
connect(m_runner, SIGNAL(remoteOutput(QByteArray)),
|
||||
SLOT(handleRemoteOutput(QByteArray)));
|
||||
connect(m_runner, SIGNAL(remoteProcessFinished(const QString &)),
|
||||
SLOT(handleRemoteProcessFinished(const QString &)));
|
||||
connect(m_runner, SIGNAL(remoteProcessFinished(QString)),
|
||||
SLOT(handleRemoteProcessFinished(QString)));
|
||||
appendMessage(tr("Starting remote process ..."), Utils::NormalMessageFormat);
|
||||
m_runner->start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user