From be25be4705b091d280b6f2051d55784ffbcd2ead Mon Sep 17 00:00:00 2001 From: hjk Date: Sat, 17 May 2014 21:00:22 +0200 Subject: 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 --- src/plugins/debugger/debuggerprotocol.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/plugins/debugger/debuggerprotocol.h') 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); -- cgit v1.2.1