debugger: make freshly inserted watchers immediately visble

Even if no engine is running.
This commit is contained in:
hjk
2010-11-23 13:28:18 +01:00
parent 191b7e0b00
commit 790648b915
3 changed files with 34 additions and 24 deletions

View File

@@ -77,6 +77,7 @@ public:
virtual QVariant configValue(const QString &name) const = 0;
virtual void setConfigValue(const QString &name, const QVariant &value) = 0;
virtual void updateState(DebuggerEngine *engine) = 0;
virtual void updateWatchersWindow() = 0;
virtual void showQtDumperLibraryWarning(const QString &details) = 0;
virtual QIcon locationMarkIcon() const = 0;
virtual const CPlusPlus::Snapshot &cppCodeModelSnapshot() const = 0;