aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qml-observer-bar-reload.pngbin708 -> 0 bytes
-rw-r--r--doc/src/debugger/qtquick-debugging.qdoc11
2 files changed, 0 insertions, 11 deletions
diff --git a/doc/images/qml-observer-bar-reload.png b/doc/images/qml-observer-bar-reload.png
deleted file mode 100644
index 3c05180d01..0000000000
--- a/doc/images/qml-observer-bar-reload.png
+++ /dev/null
Binary files differ
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.