debugger: make stack reload engine-agnostic

This commit is contained in:
hjk
2009-05-06 10:21:50 +02:00
parent 4381b9d244
commit 67d327c7cc
6 changed files with 16 additions and 7 deletions

View File

@@ -94,6 +94,7 @@ public:
virtual void reloadRegisters();
virtual void reloadSourceFiles();
virtual void reloadFullStack() {}
protected:
void timerEvent(QTimerEvent*);