diff options
author | hjk <qtc-committer@nokia.com> | 2011-09-07 14:26:11 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-09-08 17:42:14 +0200 |
commit | bfd9fcbb3ccef3c38b02ee60d949c69bab124090 (patch) | |
tree | dbc132c725fac2d743c313dac077303a7e74d20c /src/plugins/vcsbase/baseannotationhighlighter.h | |
parent | 66ab323eb3101b94817b841a906a0222ce7aee1a (diff) | |
download | qt-creator-bfd9fcbb3ccef3c38b02ee60d949c69bab124090.tar.gz |
all: some m_d -> d style
Change-Id: Iac1f12980bf47666007817cfb2c64a6d1e9b780e
Reviewed-on: http://codereview.qt-project.org/4477
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/vcsbase/baseannotationhighlighter.h')
-rw-r--r-- | src/plugins/vcsbase/baseannotationhighlighter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/baseannotationhighlighter.h b/src/plugins/vcsbase/baseannotationhighlighter.h index 65723c4828..34214d6092 100644 --- a/src/plugins/vcsbase/baseannotationhighlighter.h +++ b/src/plugins/vcsbase/baseannotationhighlighter.h @@ -59,7 +59,7 @@ private: // Implement this to return the change number of a line virtual QString changeNumber(const QString &block) const = 0; - BaseAnnotationHighlighterPrivate *m_d; + BaseAnnotationHighlighterPrivate *d; }; } // namespace VCSBase |