all: some m_d -> d style

Change-Id: Iac1f12980bf47666007817cfb2c64a6d1e9b780e
Reviewed-on: http://codereview.qt-project.org/4477
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-09-07 14:26:11 +02:00
committed by hjk
parent 66ab323eb3
commit bfd9fcbb3c
36 changed files with 658 additions and 666 deletions

View File

@@ -38,10 +38,6 @@
#include <QtCore/QString>
#include <QtCore/QObject>
QT_BEGIN_NAMESPACE
class QDebug;
QT_END_NAMESPACE
namespace Core {
class VcsManagerPrivate;
@@ -62,6 +58,7 @@ class IVersionControl;
class CORE_EXPORT VcsManager : public QObject
{
Q_OBJECT
public:
explicit VcsManager(QObject *parent = 0);
virtual ~VcsManager();
@@ -88,7 +85,7 @@ signals:
void repositoryChanged(const QString &repository);
private:
VcsManagerPrivate *m_d;
VcsManagerPrivate *d;
};
} // namespace Core