debugger: remove special mechanism to update watcher and return window

This commit is contained in:
hjk
2010-06-23 14:11:52 +02:00
parent e7088e9c42
commit ed2862acce
5 changed files with 26 additions and 32 deletions

View File

@@ -101,12 +101,12 @@ public:
// This contains per-session data like breakpoints and watched
// expression. It serves as a template for new engine instantiations.
Internal::DebuggerEngine *sessionTemplate();
void updateState(Internal::DebuggerEngine *engine);
public slots:
void exitDebugger(); // FIXME: remove
void clearCppCodeModelSnapshot();
void ensureLogVisible();
void updateWatchersWindow(bool showWatchers, bool showReturn);
// void runTest(const QString &fileName);
void showMessage(const QString &msg, int channel, int timeout = -1);
@@ -123,8 +123,6 @@ private:
void extensionsInitialized();
void remoteCommand(const QStringList &options, const QStringList &arguments);
void updateState(Internal::DebuggerEngine *engine);
QWidget *mainWindow() const;
private: