diff options
author | hjk <[email protected]> | 2010-12-07 17:34:43 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2010-12-08 07:58:23 +0100 |
commit | b9f92c29a0b4a15b3608320ca52fb8fc7dd9fc0c (patch) | |
tree | 77dc15d894786f9e07624ab3487c3f8c429583dc /src/plugins/vcsbase/vcsbaseplugin.cpp | |
parent | c5fb5bb4d58b19c79c498916b1f6e5cf2006f012 (diff) |
vcsmanager: coding convention
Diffstat (limited to 'src/plugins/vcsbase/vcsbaseplugin.cpp')
-rw-r--r-- | src/plugins/vcsbase/vcsbaseplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/vcsbaseplugin.cpp b/src/plugins/vcsbase/vcsbaseplugin.cpp index ddd49ddd9ba..c244ff56ac9 100644 --- a/src/plugins/vcsbase/vcsbaseplugin.cpp +++ b/src/plugins/vcsbase/vcsbaseplugin.cpp @@ -202,7 +202,7 @@ void StateListener::slotStateChanged() { const ProjectExplorer::ProjectExplorerPlugin *pe = ProjectExplorer::ProjectExplorerPlugin::instance(); const Core::ICore *core = Core::ICore::instance(); - Core::VCSManager *vcsManager = core->vcsManager(); + Core::VcsManager *vcsManager = core->vcsManager(); // Get the current file. Are we on a temporary submit editor indicated by // temporary path prefix or does the file contains a hash, indicating a project |