forked from qt-creator/qt-creator
debugger: remove special mechanism to update watcher and return window
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user