summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxruncontrolfactory.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@nokia.com>2012-09-05 12:42:41 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-09-05 14:38:51 +0200
commit7657dd3a47bb86dd66e88d43ec58e6f32a5f6029 (patch)
treecbe07090b9fbe531b743045680ae7321ad05b6b8 /src/plugins/remotelinux/remotelinuxruncontrolfactory.h
parentc5097ed18389e357c1333ca7713f701d9751dce3 (diff)
downloadqt-creator-7657dd3a47bb86dd66e88d43ec58e6f32a5f6029.tar.gz
Add error string to IRunControlFactory::createRunControl
And add a few helpful error messages Task-number: QTCREATORBUG-7826 Change-Id: Ia9f9fa476cecf2cff198bc460408bc062e119338 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxruncontrolfactory.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxruncontrolfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxruncontrolfactory.h b/src/plugins/remotelinux/remotelinuxruncontrolfactory.h
index c96053278d..9f26125ca6 100644
--- a/src/plugins/remotelinux/remotelinuxruncontrolfactory.h
+++ b/src/plugins/remotelinux/remotelinuxruncontrolfactory.h
@@ -46,7 +46,7 @@ public:
bool canRun(ProjectExplorer::RunConfiguration *runConfiguration,
ProjectExplorer::RunMode mode) const;
ProjectExplorer::RunControl *create(ProjectExplorer::RunConfiguration *runConfiguration,
- ProjectExplorer::RunMode mode);
+ ProjectExplorer::RunMode mode, QString *errorMessage);
};
} // namespace Internal