aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-03-16 14:48:13 +0100
committerhjk <hjk@theqtcompany.com>2015-03-18 11:24:41 +0000
commit3bf81efbe73ac2a731c7f34f54022738f71b805b (patch)
treeb483bd467f1d18a2ed0a8eb4e2299bddba6ccd60 /doc
parent6f7e7a8b93bfa20e4bf4b006ba6bfdf8125db8d5 (diff)
QML: Remove Apply on Save functionality
The feature has been actually been disabled since commit ac771eb552e4, but now it's time to also remove the dead code ... Fixing the feature and bringing it out of the experimental state would require quite some effort that apparently nobody is willing to spend. So it's better to remove it. The enablers in the qmldebug library, as well as the QmlJSDelta utility class in qmljs library, are left in though. Change-Id: Idf98a2f946d0db86bef2f20d2349d6ffedba219c Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
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.