diff options
author | hjk <qtc-committer@nokia.com> | 2010-12-07 17:34:43 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2010-12-08 07:58:23 +0100 |
commit | b9f92c29a0b4a15b3608320ca52fb8fc7dd9fc0c (patch) | |
tree | 77dc15d894786f9e07624ab3487c3f8c429583dc /src/plugins/cpptools/cpptoolsplugin.cpp | |
parent | c5fb5bb4d58b19c79c498916b1f6e5cf2006f012 (diff) | |
download | qt-creator-b9f92c29a0b4a15b3608320ca52fb8fc7dd9fc0c.tar.gz |
vcsmanager: coding convention
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.cpp')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.cpp b/src/plugins/cpptools/cpptoolsplugin.cpp index 2ac188c518..c3d43245d9 100644 --- a/src/plugins/cpptools/cpptoolsplugin.cpp +++ b/src/plugins/cpptools/cpptoolsplugin.cpp @@ -102,7 +102,7 @@ bool CppToolsPlugin::initialize(const QStringList &arguments, QString *error) // Objects m_modelManager = new CppModelManager(this); - Core::VCSManager *vcsManager = core->vcsManager(); + Core::VcsManager *vcsManager = core->vcsManager(); Core::FileManager *fileManager = core->fileManager(); connect(vcsManager, SIGNAL(repositoryChanged(QString)), m_modelManager, SLOT(updateModifiedSourceFiles())); |