aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-02-25 16:30:23 +0100
committerhjk <hjk@theqtcompany.com>2015-02-26 07:05:32 +0000
commitbf87fc9640896ae5134c3f674e61c39861287258 (patch)
treefb4fcadd01a5c16ad390bb6432dfc7a8f1e1649c /src/plugins/debugger/debuggerplugin.h
parent027328059b945a8f74654f310f8782185013f419 (diff)
Debugger: Rework 'Attach to unstarted application' startup
Change-Id: I42c7ce8e413c850e05b02f5d6fe1b83376436c65 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r--src/plugins/debugger/debuggerplugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h
index 247f6b19e11..ba8241cb03b 100644
--- a/src/plugins/debugger/debuggerplugin.h
+++ b/src/plugins/debugger/debuggerplugin.h
@@ -54,6 +54,8 @@ private:
QObject *remoteCommand(const QStringList &options, const QStringList &arguments);
ShutdownFlag aboutToShutdown();
void extensionsInitialized();
+
+ // Called from AppOutputPane::attachToRunControl().
Q_SLOT void attachExternalApplication(ProjectExplorer::RunControl *rc);
#ifdef WITH_TESTS