summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxanalyzesupport.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@digia.com>2013-07-22 16:12:14 +0200
committerAurindam Jana <aurindam.jana@digia.com>2013-07-23 16:21:41 +0200
commit4ee4e51b58c4861b36fb44ff404e683ee21fb993 (patch)
tree39a6216bab71101ffa27ec76b3a6f24a2e1a6395 /src/plugins/remotelinux/remotelinuxanalyzesupport.h
parent9cf063f4b5652aee3db774815567120d3e83b6fb (diff)
downloadqt-creator-4ee4e51b58c4861b36fb44ff404e683ee21fb993.tar.gz
RemoteLinuxAnalyzeSupport: Notify engine when remote is running
Change-Id: I214f133f34baf0e0d7fd5a9f23502e75a1932172 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxanalyzesupport.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxanalyzesupport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxanalyzesupport.h b/src/plugins/remotelinux/remotelinuxanalyzesupport.h
index cfbb1a7ff3..98f713828c 100644
--- a/src/plugins/remotelinux/remotelinuxanalyzesupport.h
+++ b/src/plugins/remotelinux/remotelinuxanalyzesupport.h
@@ -59,7 +59,6 @@ public:
protected:
void startExecution();
void handleAdapterSetupFailed(const QString &error);
- void handleAdapterSetupDone();
private slots:
void handleRemoteSetupRequested();
@@ -72,6 +71,8 @@ private slots:
void handleRemoteProcessStarted();
void handleProfilingFinished();
+ void remoteIsRunning();
+
private:
void showMessage(const QString &, Utils::OutputFormat);