summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerconstants.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-11-30 11:51:23 +0100
committerKai Koehne <kai.koehne@nokia.com>2011-12-01 16:34:51 +0100
commit66949f2b453ed5543a28f6223cfd720d1011181d (patch)
tree043ae816182118e9b9d9dc2ca3d9a820f96b5eb9 /src/plugins/debugger/debuggerconstants.h
parent7140642d0eeb05b4bcd6da1abaf493ad27ee41ae (diff)
downloadqt-creator-66949f2b453ed5543a28f6223cfd720d1011181d.tar.gz
Debugger: Hide memory related actions in context menus for QML only
Change-Id: I29f09f983146fff3301426703db0b93090c6507c Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggerconstants.h')
-rw-r--r--src/plugins/debugger/debuggerconstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerconstants.h b/src/plugins/debugger/debuggerconstants.h
index 0cc7f57d44..36bff640ff 100644
--- a/src/plugins/debugger/debuggerconstants.h
+++ b/src/plugins/debugger/debuggerconstants.h
@@ -163,6 +163,7 @@ enum DebuggerCapabilities
CatchCapability = 0x200000, //!< fork, vfork, syscall
OperateByInstructionCapability = 0x400000,
RunToLineCapability = 0x800000,
+ MemoryAddressCapability = 0x1000000,
AllDebuggerCapabilities = 0xFFFFFFFF
};