debugger: saner handling of unprintable chars in Locals&Expressions

Change-Id: Ia257356ec297dfa7766354d92538886ba2492b55
Reviewed-on: http://codereview.qt.nokia.com/2566
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-08-03 14:36:07 +02:00
committed by hjk
parent fabacc36e6
commit 2ce13e520d
3 changed files with 44 additions and 23 deletions

View File

@@ -180,8 +180,8 @@ public:
void addTypeFormats(const QByteArray &type, const QStringList &formats);
void setUnprintableBase(int base) { m_unprintableBase = base; }
int unprintableBase() const { return m_unprintableBase; }
void setUnprintableBase(int base);
static int unprintableBase();
QByteArray watcherName(const QByteArray &exp);
void synchronizeWatchers();
@@ -217,7 +217,6 @@ private:
WatchModel *m_watchers;
WatchModel *m_tooltips;
DebuggerEngine *m_engine;
static int m_unprintableBase;
};
} // namespace Internal