summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerattachdialog.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-01-03 11:51:12 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-01-08 09:11:01 +0000
commit8880b324269b5d34ee396ff0abd5215915b78ad3 (patch)
tree766ad7587c0389edeed0cd5ce70ffa2063aca745 /src/plugins/qmlprofiler/qmlprofilerattachdialog.cpp
parent17e6c0ab97c84ecadfda88d3685541ddb976dd9d (diff)
downloadqt-creator-8880b324269b5d34ee396ff0abd5215915b78ad3.tar.gz
QmlProfiler: Show more useful arguments in attach dialog
Without "CanvasFrameRate" the QML profiler won't be very useful. Change-Id: I8bff2b600db31bd1092c1a5f79e27e4177c97086 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerattachdialog.cpp')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerattachdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerattachdialog.cpp b/src/plugins/qmlprofiler/qmlprofilerattachdialog.cpp
index 7b1e4fff69..30c7838396 100644
--- a/src/plugins/qmlprofiler/qmlprofilerattachdialog.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilerattachdialog.cpp
@@ -69,8 +69,8 @@ QmlProfilerAttachDialog::QmlProfilerAttachDialog(QWidget *parent) :
hint->setTextFormat(Qt::RichText);
hint->setText(tr("Select an externally started QML-debug enabled application.<p>"
"Commonly used command-line arguments are:")
- + "<p><tt>-qmljsdebugger=port:&lt;port&gt;,host:&lt;host&gt;,block,</tt><br>"
- "<tt>&nbsp;<tt>&nbsp;services:EngineControl,DebugMessages[,...]</tt><p>");
+ + "<p><tt>-qmljsdebugger=port:&lt;port&gt;,block,<br>"
+ "&nbsp;&nbsp;services:CanvasFrameRate,EngineControl,DebugMessages</tt>");
QFormLayout *formLayout = new QFormLayout();
formLayout->addRow(tr("Kit:"), d->kitChooser);