debugger: display references in type columns

This breaks tradition.

Change-Id: I6780f31d584021490293a1ed3a96b5c3608a8a36
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-05-07 15:04:06 +02:00
committed by hjk
parent b1fd62e04b
commit 7dc71bc43c
3 changed files with 10 additions and 10 deletions

View File

@@ -260,8 +260,6 @@ void WatchData::setType(const QByteArray &str, bool guessChildrenFromType)
type.chop(5);
else if (type.endsWith(' '))
type.chop(1);
else if (type.endsWith('&'))
type.chop(1);
else if (type.startsWith("const "))
type = type.mid(6);
else if (type.startsWith("volatile "))