diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2011-11-11 02:13:07 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2011-11-11 11:41:59 +0100 |
commit | 0ce5017de0f774d1f47738c347e7e8ff9fff05a6 (patch) | |
tree | b21fa11b6af8ffccf8c317b0278edb022296d9c1 /src/plugins/remotelinux/remotelinuxrunconfigurationwidget.h | |
parent | e5a0c9454b5c75932db40ba90729430da17f69d5 (diff) | |
download | qt-creator-0ce5017de0f774d1f47738c347e7e8ff9fff05a6.tar.gz |
RemoteLinux: Consistently use remoteEnvironment
Consistently use remoteEnvironment when speaking about the environment
on the remote linux machine.
Change-Id: Ifa1ce7c538c899923030250682017f53361775b9
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxrunconfigurationwidget.h')
-rw-r--r-- | src/plugins/remotelinux/remotelinuxrunconfigurationwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxrunconfigurationwidget.h b/src/plugins/remotelinux/remotelinuxrunconfigurationwidget.h index d93ca53e9a..d5848c65bf 100644 --- a/src/plugins/remotelinux/remotelinuxrunconfigurationwidget.h +++ b/src/plugins/remotelinux/remotelinuxrunconfigurationwidget.h @@ -75,7 +75,7 @@ private slots: void userChangesEdited(); void baseEnvironmentSelected(int index); void baseEnvironmentChanged(); - void systemEnvironmentChanged(); + void remoteEnvironmentChanged(); void userEnvironmentChangesChanged(const QList<Utils::EnvironmentItem> &userChanges); void handleDebuggingTypeChanged(); void handleDeploySpecsChanged(); |