forked from qt-creator/qt-creator
QmlProfiler: Fix build
Resolves a build conflict betweene1ad7a1784
andcfd54505eb
. Change-Id: I70baec1ca2f388bc699866a134c9cb6f64203fdb Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
b23dab3ba2
commit
d3096f0f73
@@ -69,7 +69,7 @@ void QmlProfilerToolTest::testAttachToWaitingApplication()
|
||||
|
||||
QTRY_VERIFY(connection);
|
||||
QTRY_VERIFY(runControl->isRunning());
|
||||
QTRY_VERIFY(profilerTool->clientManager()->isConnected());
|
||||
QTRY_VERIFY(profilerTool.clientManager()->isConnected());
|
||||
|
||||
connection.reset();
|
||||
QTRY_VERIFY(runControl->isStopped());
|
||||
|
Reference in New Issue
Block a user