diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2012-04-18 14:20:54 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2012-05-09 12:42:44 +0200 |
commit | 7f09d0b756ff3f9bb52737d4aaf65ed84d751316 (patch) | |
tree | 7469486e35fd0b6a3e7c4e7e8775f75784c414fd /src/plugins/debugger/debuggeractions.h | |
parent | d201c681daae42b005c9ea4f3a1e272ea9cc5ef5 (diff) | |
download | qt-creator-7f09d0b756ff3f9bb52737d4aaf65ed84d751316.tar.gz |
Merge QML inspector into debugger plugin
Merge QmlJSInspector plugin into the debugger. Also merge the
extra Inspector window with the Locals & Watchers: It now shows
the QML object tree in the running state.
Change-Id: I59ae0c1b970a48ba10ecda92ed3ba765d94b1d9c
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'src/plugins/debugger/debuggeractions.h')
-rw-r--r-- | src/plugins/debugger/debuggeractions.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggeractions.h b/src/plugins/debugger/debuggeractions.h index 13f5135792..29ff7217c3 100644 --- a/src/plugins/debugger/debuggeractions.h +++ b/src/plugins/debugger/debuggeractions.h @@ -169,7 +169,12 @@ enum DebuggerActionCode AlwaysAdjustThreadsColumnWidths, // Modules - AlwaysAdjustModulesColumnWidths + AlwaysAdjustModulesColumnWidths, + + // QML Tools + ShowQmlObjectTree, + ShowAppOnTop, + QmlUpdateOnSave }; } // namespace Internal |