summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchutils.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-08-08 15:03:34 +0200
committerhjk <qthjk@ovi.com>2011-08-10 17:29:57 +0200
commit3c5604e267603d33c3f44b741b701b08678f9443 (patch)
tree9917f15be9aa2defc7fb20a325c457aaf6c25ff8 /src/plugins/debugger/watchutils.h
parent99ba300ae3ab8776a39a987dc45c9c7afe75b493 (diff)
downloadqt-creator-3c5604e267603d33c3f44b741b701b08678f9443.tar.gz
Name watchutils encoding types consistently.
Change-Id: I26d92ffc6fdbe67bf0cbbb0dde40211330ef8e34 Reviewed-on: http://codereview.qt.nokia.com/2748 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/watchutils.h')
-rw-r--r--src/plugins/debugger/watchutils.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/debugger/watchutils.h b/src/plugins/debugger/watchutils.h
index 360d69cf01..e485cf5565 100644
--- a/src/plugins/debugger/watchutils.h
+++ b/src/plugins/debugger/watchutils.h
@@ -62,14 +62,14 @@ enum DebuggerEncoding
Base64Encoded32BitWithQuotes = 3,
Base64Encoded16Bit = 4,
Base64Encoded8Bit = 5,
- Hex2EncodedLatin1 = 6,
- Hex4EncodedLittleEndian = 7,
- Hex8EncodedLittleEndian = 8,
- Hex2EncodedUtf8 = 9,
+ Hex2EncodedLatin1WithQuotes = 6,
+ Hex4EncodedLittleEndianWithQuotes = 7,
+ Hex8EncodedLittleEndianWithQuotes = 8,
+ Hex2EncodedUtf8WithQuotes = 9,
Hex8EncodedBigEndian = 10,
- Hex4EncodedBigEndian = 11,
+ Hex4EncodedBigEndianWithQuotes = 11,
Hex4EncodedLittleEndianWithoutQuotes = 12,
- Hex2EncodedLocal8Bit = 13
+ Hex2EncodedLocal8BitWithQuotes = 13
};
bool isEditorDebuggable(Core::IEditor *editor);