diff options
author | hjk <hjk@theqtcompany.com> | 2016-01-28 18:24:08 +0100 |
---|---|---|
committer | hjk <hjk@theqtcompany.com> | 2016-01-29 09:39:47 +0000 |
commit | 249a36b573558de7c5c8bfb9f7b151bb7fb72015 (patch) | |
tree | 3343244aaeabe561d57dba3f287ecd850826616b /src/plugins/ios/iosrunfactories.cpp | |
parent | b2c6ea47b124273fa6e104608009af5bff574a71 (diff) | |
download | qt-creator-249a36b573558de7c5c8bfb9f7b151bb7fb72015.tar.gz |
Analyzer: Remove AnalyzerRunControl::runnable() and .connection()
These re-implementations are conceptually "too specific". Rather let
the indiviual tools handle there expectations themselves.
Change-Id: I0bbea407b2241816a40d19eb1dbb0a7589cbda7b
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/ios/iosrunfactories.cpp')
-rw-r--r-- | src/plugins/ios/iosrunfactories.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/ios/iosrunfactories.cpp b/src/plugins/ios/iosrunfactories.cpp index 5d16aa3fe5..17b8393174 100644 --- a/src/plugins/ios/iosrunfactories.cpp +++ b/src/plugins/ios/iosrunfactories.cpp @@ -34,6 +34,8 @@ #include <analyzerbase/analyzermanager.h> #include <analyzerbase/analyzerruncontrol.h> +#include <analyzerbase/analyzerstartparameters.h> + #include <projectexplorer/project.h> #include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorer.h> |