summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/basefilewizard.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-09-15 13:42:38 +0200
committerhjk <qthjk@ovi.com>2011-09-15 14:11:09 +0200
commit28535f75718c4f242afdf91a1ba0d0ff8f604ba4 (patch)
tree8a03dfca7583240314f1b61932e644e2844c6036 /src/plugins/coreplugin/basefilewizard.h
parent4083880073526045abdd31106e38e070bb926a38 (diff)
downloadqt-creator-28535f75718c4f242afdf91a1ba0d0ff8f604ba4.tar.gz
utils, qmljstools, vcsbase: s/\bm_d\b/d/g
Change-Id: I4678e9188b8f630aa3a3221be348984cdc7699dd Reviewed-on: http://codereview.qt-project.org/4992 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/coreplugin/basefilewizard.h')
-rw-r--r--src/plugins/coreplugin/basefilewizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/basefilewizard.h b/src/plugins/coreplugin/basefilewizard.h
index 42768b3baa..26dd2e61fc 100644
--- a/src/plugins/coreplugin/basefilewizard.h
+++ b/src/plugins/coreplugin/basefilewizard.h
@@ -143,7 +143,7 @@ protected:
static bool postGenerateOpenEditors(const GeneratedFiles &l, QString *errorMessage = 0);
private:
- BaseFileWizardPrivate *m_d;
+ BaseFileWizardPrivate *d;
};
class CORE_EXPORT StandardFileWizard : public BaseFileWizard