RemoteLinux: Adapt to new PerfSettings API

Change-Id: If225c99a512ec36eb18149734dcdea5f41c790d0
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Ulf Hermann
2016-12-06 17:53:00 +01:00
parent a2e3f716a8
commit 97689ca9c2

View File

@@ -67,7 +67,8 @@ public:
runConfiguration->extraAspect("Analyzer.Perf.Settings");
QTC_ASSERT(perfAspect, return);
perfRecordArguments =
perfAspect->currentSettings()->property("perfRecordArguments").toString();
perfAspect->currentSettings()->property("perfRecordArguments").toStringList()
.join(' ');
}
const QPointer<AnalyzerRunControl> runControl;