aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/debugger/qtquick-debugging.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/debugger/qtquick-debugging.qdoc')
-rw-r--r--doc/src/debugger/qtquick-debugging.qdoc11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/src/debugger/qtquick-debugging.qdoc b/doc/src/debugger/qtquick-debugging.qdoc
index fc7d7723be..70678cf1ac 100644
--- a/doc/src/debugger/qtquick-debugging.qdoc
+++ b/doc/src/debugger/qtquick-debugging.qdoc
@@ -168,17 +168,6 @@
\section1 Applying QML Changes at Runtime
- \omit
- // currently broken & disabled
-
- If you change property values or add properties in the code editor, the
- debugger can update the properties in the running application when you save
- the file. This is enabled by default. To disable it, click the
- \inlineimage qml-observer-bar-reload.png "Apply Changes on Save button"
- (\uicontrol {Apply Changes on Save}) button on the toolbar.
-
- \endomit
-
When you change property values in the \uicontrol {QML/JS Console} or in the
\uicontrol {Locals and Expressions} view, they are immediately updated in the running
application, but not in the source code.