forked from qt-creator/qt-creator
debugger: rename data dumpers into "debugging helpers"
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
// Called from StackHandler after a new stack list has been received
|
||||
void removeAll();
|
||||
QAbstractItemModel *stackModel() { return this; }
|
||||
bool isDebuggingDumpers() const;
|
||||
bool isDebuggingDebuggingHelpers() const;
|
||||
|
||||
private:
|
||||
// QAbstractTableModel
|
||||
|
||||
Reference in New Issue
Block a user