We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3ab8e commit 77a7982Copy full SHA for 77a7982
main.cpp
@@ -501,7 +501,7 @@ int main(int argc, char **argv)
501
QStringList allArgs;
502
allArgs << QLatin1String("perf") << QLatin1String("record")
503
<< perfParams << QLatin1String("-o") << QLatin1String("-")
504
- << QLatin1String("--") << defaultArgs.join(QLatin1Char(' '));
+ << QLatin1String("--") << defaultArgs;
505
506
PerfProcessHandler *server = new PerfProcessHandler(&process, allArgs);
507
int port = openServer(server->server(), range);
0 commit comments