forked from qt-creator/qt-creator
debugger: remember format settings also for individual variables
Task-number: QTCREATORBUG-6944 Change-Id: I98c803e64a6a1ac2c07a0d0b0f31c6d7756faffc Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -179,8 +179,7 @@ public:
|
||||
QSet<QByteArray> expandedINames() const
|
||||
{ return m_expandedINames; }
|
||||
static QStringList watchedExpressions();
|
||||
static QHash<QByteArray, int> watcherNames()
|
||||
{ return m_watcherNames; }
|
||||
static QHash<QByteArray, int> watcherNames();
|
||||
|
||||
QByteArray expansionRequests() const;
|
||||
QByteArray typeFormatRequests() const;
|
||||
@@ -222,9 +221,6 @@ private:
|
||||
typedef QMap<QByteArray, QPointer<QObject> > EditHandlers;
|
||||
EditHandlers m_editHandlers;
|
||||
|
||||
static QHash<QByteArray, int> m_watcherNames;
|
||||
static QHash<QByteArray, int> m_typeFormats;
|
||||
QHash<QByteArray, int> m_individualFormats; // Indexed by iname.
|
||||
TypeFormats m_reportedTypeFormats;
|
||||
|
||||
// Items expanded in the Locals & Watchers view.
|
||||
|
||||
Reference in New Issue
Block a user