Debugger: Remove old formatting hacks

These go back to the time where we faced raw GDB output. Nowadays
we get polished data from the dumpers already.

Change-Id: Ifeb2c0609d482bbd6d7783242f13c74ecc320233
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2016-10-07 13:26:14 +02:00
parent 816d0010c2
commit 656ceff510
4 changed files with 5 additions and 169 deletions

View File

@@ -69,7 +69,6 @@ public:
void setError(const QString &);
void setValue(const QString &);
void setType(const QString &, bool guessChildrenFromType = true);
QString toString() const;