summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerprotocol.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-05-17 21:00:22 +0200
committerhjk <hjk121@nokiamail.com>2014-06-03 10:53:01 +0200
commitbe25be4705b091d280b6f2051d55784ffbcd2ead (patch)
tree1f64754325f8283abcbda42e833fb8f716fc19d6 /src/plugins/debugger/debuggerprotocol.h
parent6facb4391a5259fcceb478791da2a9744b3fdb95 (diff)
downloadqt-creator-be25be4705b091d280b6f2051d55784ffbcd2ead.tar.gz
Debugger: Better handling of the tabbed extra views
Closing with the [x] now resets the Display mode of the associated iname, and the view hides if there are no visible tabs left. Also, remove the long-unused DisplayProcess format. Change-Id: Ibd3308549af75e345c672c07f6714d26e7196e5a Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'src/plugins/debugger/debuggerprotocol.h')
-rw-r--r--src/plugins/debugger/debuggerprotocol.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/debugger/debuggerprotocol.h b/src/plugins/debugger/debuggerprotocol.h
index efa5b1f166..8b86ddb6b3 100644
--- a/src/plugins/debugger/debuggerprotocol.h
+++ b/src/plugins/debugger/debuggerprotocol.h
@@ -210,9 +210,8 @@ enum DebuggerDisplay {
DisplayImageData = 1,
DisplayUtf16String = 2,
DisplayImageFile = 3,
- DisplayProcess = 4,
- DisplayLatin1String = 5,
- DisplayUtf8String = 6
+ DisplayLatin1String = 4,
+ DisplayUtf8String = 5
};
// Decode string data as returned by the dumper helpers.
QString decodeData(const QByteArray &baIn, int encoding);