From d3096f0f73f5585b64e57ba95f5a9210086fe5fa Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Wed, 17 Jan 2018 21:41:09 +0200 Subject: [PATCH] QmlProfiler: Fix build Resolves a build conflict between e1ad7a1784501f034de48e26796100eeb5240429 and cfd54505eb54e234094258a08b327c0293c0a3e8. Change-Id: I70baec1ca2f388bc699866a134c9cb6f64203fdb Reviewed-by: Orgad Shaneh --- src/plugins/qmlprofiler/tests/qmlprofilertool_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmlprofiler/tests/qmlprofilertool_test.cpp b/src/plugins/qmlprofiler/tests/qmlprofilertool_test.cpp index 891344cb568..d2680450667 100644 --- a/src/plugins/qmlprofiler/tests/qmlprofilertool_test.cpp +++ b/src/plugins/qmlprofiler/tests/qmlprofilertool_test.cpp @@ -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());