forked from qt-creator/qt-creator
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:
@@ -71,7 +71,7 @@ public:
|
||||
QRegExp filePattern() const;
|
||||
|
||||
private:
|
||||
Internal::DiffHighlighterPrivate *m_d;
|
||||
Internal::DiffHighlighterPrivate *d;
|
||||
};
|
||||
|
||||
} // namespace VCSBase
|
||||
|
||||
Reference in New Issue
Block a user