Fixes: immediately rebuild view if custom dumpers are selected in

optiosn
This commit is contained in:
hjk
2009-01-27 15:53:50 +01:00
parent 5e941eec37
commit 75aaeff2c4
7 changed files with 47 additions and 20 deletions

View File

@@ -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);