diff options
author | Christian Kandeler <christian.kandeler@nokia.com> | 2011-05-31 14:40:00 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@nokia.com> | 2011-05-31 14:41:12 +0200 |
commit | f516fc55feb1e4db9f33434a56edd88140ff131d (patch) | |
tree | 23b54e3281c0489c38c6548670602249f683d2ba /src/plugins/remotelinux/remotelinuxrunconfiguration.h | |
parent | fad03acbd0e2be1549e94f6dc289c3500626cc79 (diff) | |
download | qt-creator-f516fc55feb1e4db9f33434a56edd88140ff131d.tar.gz |
RemoteLinux: Get rid of redundant construction of command prefix.
Also remove unused function.
Change-Id: If3c1d7b61bb44bf8f40cf9443fe5bc93b2a9dc14
Reviewed-on: http://codereview.qt.nokia.com/268
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxrunconfiguration.h')
-rw-r--r-- | src/plugins/remotelinux/remotelinuxrunconfiguration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxrunconfiguration.h b/src/plugins/remotelinux/remotelinuxrunconfiguration.h index d0bad258cb..ba50b85091 100644 --- a/src/plugins/remotelinux/remotelinuxrunconfiguration.h +++ b/src/plugins/remotelinux/remotelinuxrunconfiguration.h @@ -96,8 +96,8 @@ public: QString localExecutableFilePath() const; QString remoteExecutableFilePath() const; - QString targetRoot() const; QString arguments() const; + QString commandPrefix() const; QSharedPointer<const LinuxDeviceConfiguration> deviceConfig() const; PortList freePorts() const; bool useRemoteGdb() const; |