forked from qt-creator/qt-creator
Fixes: immediately rebuild view if custom dumpers are selected in
optiosn
This commit is contained in:
@@ -101,6 +101,9 @@ private:
|
||||
void loadSessionData() {}
|
||||
void saveSessionData() {}
|
||||
|
||||
void setDebugDumpers(bool) {}
|
||||
void setUseCustomDumpers(bool) {}
|
||||
|
||||
void assignValueInDebugger(const QString &expr, const QString &value);
|
||||
void executeDebuggerCommand(const QString & command);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user