aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-05-07 15:20:44 +0200
committerhjk <qtc-committer@nokia.com>2009-05-07 15:20:44 +0200
commit5bcc81a61ef699b1d0e33a25c69a47d5920fc332 (patch)
treef2e743439bcca1d293c9d25b956ec37fc9a24328 /src/plugins/debugger/debuggerplugin.h
parentd42a7e407e79e3b4ddecbe39974f8f495bfe2b29 (diff)
debugger: introduce an explicit detach action
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r--src/plugins/debugger/debuggerplugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h
index 78d228dc8e..b9b6254d3b 100644
--- a/src/plugins/debugger/debuggerplugin.h
+++ b/src/plugins/debugger/debuggerplugin.h
@@ -88,6 +88,8 @@ private slots:
void setConfigValue(const QString &name, const QVariant &value);
void requestContextMenu(TextEditor::ITextEditor *editor,
int lineNumber, QMenu *menu);
+ void updateActions(int status);
+
void resetLocation();
void gotoLocation(const QString &fileName, int line, bool setMarker);
@@ -125,6 +127,7 @@ private:
QAction *m_startRemoteAction;
QAction *m_attachExternalAction;
QAction *m_attachCoreAction;
+ QAction *m_detachAction;
};
} // namespace Internal