forked from qt-creator/qt-creator
RemoteLinux: Adapt to new PerfSettings API
Change-Id: If225c99a512ec36eb18149734dcdea5f41c790d0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user