From 8880b324269b5d34ee396ff0abd5215915b78ad3 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 3 Jan 2018 11:51:12 +0100 Subject: 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 --- src/plugins/qmlprofiler/qmlprofilerattachdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/qmlprofiler/qmlprofilerattachdialog.cpp') 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.

" "Commonly used command-line arguments are:") - + "

-qmljsdebugger=port:<port>,host:<host>,block,
" - "  services:EngineControl,DebugMessages[,...]

"); + + "

-qmljsdebugger=port:<port>,block,
" + "  services:CanvasFrameRate,EngineControl,DebugMessages
"); QFormLayout *formLayout = new QFormLayout(); formLayout->addRow(tr("Kit:"), d->kitChooser); -- cgit v1.2.1