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>
This commit is contained in:
hjk
2011-09-15 13:42:38 +02:00
committed by hjk
parent 4083880073
commit 28535f7571
22 changed files with 202 additions and 202 deletions

View File

@@ -66,7 +66,7 @@ public:
TextEditor::TabPreferences *tabPreferences() const;
private:
Internal::QmlJSToolsSettingsPrivate *m_d;
Internal::QmlJSToolsSettingsPrivate *d;
static QmlJSToolsSettings *m_instance;
};