aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/projects/creator-projects-running.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtcreator/src/projects/creator-projects-running.qdoc')
-rw-r--r--doc/qtcreator/src/projects/creator-projects-running.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtcreator/src/projects/creator-projects-running.qdoc b/doc/qtcreator/src/projects/creator-projects-running.qdoc
index 4d4bbbe4f34..d96d8329516 100644
--- a/doc/qtcreator/src/projects/creator-projects-running.qdoc
+++ b/doc/qtcreator/src/projects/creator-projects-running.qdoc
@@ -77,9 +77,9 @@
Select \uicontrol Manage to manage device settings. For example, you can add
AVDs or manually start disconnected AVDs.
- The \uicontrol {Application Output} pane displays the status of the
+ \l {Application Output} displays the status of the
application while it is running. You can select the \uicontrol Run button
- in the pane to re-run applications without building them first. This is
+ to re-run applications without building them first. This is
useful when developing Qt Quick applications, because the QML files are
interpreted at runtime. Therefore, the application does not need to be
built again if you edited only QML files. This saves time especially if