aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/environmentmodel.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-09-07 14:26:11 +0200
committerhjk <qthjk@ovi.com>2011-09-08 17:42:14 +0200
commitbfd9fcbb3ccef3c38b02ee60d949c69bab124090 (patch)
treedbc132c725fac2d743c313dac077303a7e74d20c /src/libs/utils/environmentmodel.h
parent66ab323eb3101b94817b841a906a0222ce7aee1a (diff)
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/libs/utils/environmentmodel.h')
-rw-r--r--src/libs/utils/environmentmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/environmentmodel.h b/src/libs/utils/environmentmodel.h
index c8864ac17b..f12bd06da5 100644
--- a/src/libs/utils/environmentmodel.h
+++ b/src/libs/utils/environmentmodel.h
@@ -81,7 +81,7 @@ signals:
void focusIndex(const QModelIndex &index);
private:
- Internal::EnvironmentModelPrivate *m_d;
+ Internal::EnvironmentModelPrivate *d;
};
} // namespace Utils