summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxrunconfiguration.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-06-27 17:02:28 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-06-28 13:14:11 +0200
commit9beba55712f6bf0726618f120a874a2ac14ab3a8 (patch)
tree721ced92b11d2c1245ff7e85e5b9aec44f1f17fd /src/plugins/remotelinux/remotelinuxrunconfiguration.h
parentd147a0b2d4c5d7eb867ef5f7a8479322b0ed62f4 (diff)
downloadqt-creator-9beba55712f6bf0726618f120a874a2ac14ab3a8.tar.gz
RemoteLinux: Add hooks for QmlProfiler
Allow QmlProfiler to manipulate run configuration arguments and accessing the runner. Also, fix logic in Factory::canClone() to handle Run Configurations without the ".profilepath" suffix in the id. Change-Id: I848f9e3620fa5c3a78d398a6d929bcf7813140dd Reviewed-on: http://codereview.qt.nokia.com/783 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxrunconfiguration.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxrunconfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxrunconfiguration.h b/src/plugins/remotelinux/remotelinuxrunconfiguration.h
index 87eb4900c1..7963387a58 100644
--- a/src/plugins/remotelinux/remotelinuxrunconfiguration.h
+++ b/src/plugins/remotelinux/remotelinuxrunconfiguration.h
@@ -99,6 +99,7 @@ public:
QString localExecutableFilePath() const;
QString remoteExecutableFilePath() const;
QString arguments() const;
+ void setArguments(const QString &args);
QSharedPointer<const LinuxDeviceConfiguration> deviceConfig() const;
QString gdbCmd() const;
@@ -143,7 +144,6 @@ private slots:
private:
void init();
- void setArguments(const QString &args);
void setBaseEnvironmentType(BaseEnvironmentType env);
void setUserEnvironmentChanges(const QList<Utils::EnvironmentItem> &diff);
void setSystemEnvironment(const Utils::Environment &environment);