forked from qt-creator/qt-creator
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:
@@ -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 "))
|
||||
|
||||
Reference in New Issue
Block a user