aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeractions.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-03-16 14:48:13 +0100
committerhjk <hjk@theqtcompany.com>2015-03-17 10:18:09 +0000
commit0c6630b0cf748fea32558dc84ed226cb117379c3 (patch)
treef8b3356ee2b8d0855cfe227dcbbd1a14e6e327d1 /src/plugins/debugger/debuggeractions.h
parentd212aa7bc4e505750a7f65c1cfc3ec2789c90bbc (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: hjk <hjk@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debuggeractions.h')
-rw-r--r--src/plugins/debugger/debuggeractions.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggeractions.h b/src/plugins/debugger/debuggeractions.h
index 2b3202fcd5a..843d0dfadb4 100644
--- a/src/plugins/debugger/debuggeractions.h
+++ b/src/plugins/debugger/debuggeractions.h
@@ -185,8 +185,7 @@ enum DebuggerActionCode
// QML Tools
ShowQmlObjectTree,
- ShowAppOnTop,
- QmlUpdateOnSave
+ ShowAppOnTop
};
} // namespace Internal