aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericdirectuploadstep.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-09-16 11:33:48 +0200
committerhjk <qthjk@ovi.com>2011-09-16 11:35:08 +0200
commit1285a638529c25d711d5b905388a4ea1c0d99d2f (patch)
treec65a36138eafbe74ed10fc2d09739ea8bfae777b /src/plugins/remotelinux/genericdirectuploadstep.h
parentaea628a9733788bf42091a55627aaa815040ae1c (diff)
d-ptr style
Change-Id: I9bae06c72d71d77b4a43f87217b7c3f8077a1fd1 Reviewed-on: http://codereview.qt-project.org/5075 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/remotelinux/genericdirectuploadstep.h')
-rw-r--r--src/plugins/remotelinux/genericdirectuploadstep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/genericdirectuploadstep.h b/src/plugins/remotelinux/genericdirectuploadstep.h
index 75604290a1e..e7e09233eed 100644
--- a/src/plugins/remotelinux/genericdirectuploadstep.h
+++ b/src/plugins/remotelinux/genericdirectuploadstep.h
@@ -66,7 +66,7 @@ private:
void ctor();
- Internal::GenericDirectUploadStepPrivate *m_d;
+ Internal::GenericDirectUploadStepPrivate *d;
};
} //namespace RemoteLinux