diff options
author | Christian Kandeler <christian.kandeler@nokia.com> | 2011-09-15 09:10:10 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-09-15 10:33:56 +0200 |
commit | 8801c76a8e223b6f41a8369e75c71b67237d8d25 (patch) | |
tree | 813d0922e56bb1dbf13a4bb14a3be19dbf295619 /src/plugins/remotelinux/remotelinuxrunconfiguration.h | |
parent | 63e8b9075b3a1d502cdcbb63cb2b19e0e6208263 (diff) | |
download | qt-creator-8801c76a8e223b6f41a8369e75c71b67237d8d25.tar.gz |
Coding style: Pure virtual functions, private implementation pointers.
Change-Id: I293f8dbd4e467e866bab381841659a07e32b9d90
Reviewed-on: http://codereview.qt-project.org/4948
Reviewed-by: hjk <qthjk@ovi.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 020df997ea..e1ad02154f 100644 --- a/src/plugins/remotelinux/remotelinuxrunconfiguration.h +++ b/src/plugins/remotelinux/remotelinuxrunconfiguration.h @@ -140,7 +140,7 @@ private: void setUserEnvironmentChanges(const QList<Utils::EnvironmentItem> &diff); void setSystemEnvironment(const Utils::Environment &environment); - Internal::RemoteLinuxRunConfigurationPrivate * const m_d; + Internal::RemoteLinuxRunConfigurationPrivate * const d; }; } // namespace RemoteLinux |