forked from qt-creator/qt-creator
debugger: make 'watch' item work with new dumpers
This commit is contained in:
@@ -274,6 +274,7 @@ public:
|
||||
{ return m_expandedINames.contains(iname); }
|
||||
QSet<QString> expandedINames() const
|
||||
{ return m_expandedINames; }
|
||||
QStringList watchedExpressions() const;
|
||||
|
||||
static QString watcherEditPlaceHolder();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user