Apply 'static' pattern to VcsManager

Adapt user and surrounding code.

Change-Id: Id2648f82a9cbbd0ad0bfb91f6958b8cee7ea29cc
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
hjk
2013-08-30 17:13:29 +02:00
committed by Tobias Hunger
parent d18b61b85d
commit 267e441af4
22 changed files with 77 additions and 75 deletions

View File

@@ -1366,8 +1366,7 @@ QString VcsBaseEditorWidget::findDiffFile(const QString &f) const
return sourceFileInfo.absoluteFilePath();
QString topLevel;
Core::VcsManager *vcsManager = Core::ICore::vcsManager();
vcsManager->findVersionControlForDirectory(sourceDir, &topLevel); //
Core::VcsManager::findVersionControlForDirectory(sourceDir, &topLevel); //
if (topLevel.isEmpty())
return QString();