summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2011-09-15 09:10:10 +0200
committerhjk <qthjk@ovi.com>2011-09-15 10:33:56 +0200
commit8801c76a8e223b6f41a8369e75c71b67237d8d25 (patch)
tree813d0922e56bb1dbf13a4bb14a3be19dbf295619 /src/plugins/remotelinux/uploadandinstalltarpackagestep.h
parent63e8b9075b3a1d502cdcbb63cb2b19e0e6208263 (diff)
downloadqt-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/uploadandinstalltarpackagestep.h')
-rw-r--r--src/plugins/remotelinux/uploadandinstalltarpackagestep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/uploadandinstalltarpackagestep.h b/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
index 41c6294434..dee2deda64 100644
--- a/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
+++ b/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
@@ -53,7 +53,7 @@ public:
private:
AbstractRemoteLinuxPackageInstaller *packageInstaller() const;
- Internal::UploadAndInstallTarPackageServicePrivate *m_d;
+ Internal::UploadAndInstallTarPackageServicePrivate *d;
};