forked from qt-creator/qt-creator
VcsBase: Use more Core namespace
Drop also some Utils:: specifiers. Drop superfluous typedef. Change-Id: I0cb12fb3fe9336ca44849198db291dfbe278df4a Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -170,7 +170,7 @@ void VcsCommandPrivate::handleDone(Process *process)
|
||||
if (!(m_flags & RunFlags::ExpectRepoChanges))
|
||||
return;
|
||||
// TODO tell the document manager that the directory now received all expected changes
|
||||
// Core::DocumentManager::unexpectDirectoryChange(d->m_workingDirectory);
|
||||
// DocumentManager::unexpectDirectoryChange(d->m_workingDirectory);
|
||||
VcsManager::emitRepositoryChanged(process->workingDirectory());
|
||||
}
|
||||
|
||||
@@ -284,9 +284,9 @@ ProcessResult VcsCommand::result() const
|
||||
return d->m_result;
|
||||
}
|
||||
|
||||
CommandResult VcsCommand::runBlocking(const Utils::FilePath &workingDirectory,
|
||||
const Utils::Environment &environment,
|
||||
const Utils::CommandLine &command, RunFlags flags,
|
||||
CommandResult VcsCommand::runBlocking(const FilePath &workingDirectory,
|
||||
const Environment &environment,
|
||||
const CommandLine &command, RunFlags flags,
|
||||
int timeoutS, QTextCodec *codec)
|
||||
{
|
||||
VcsCommand vcsCommand(workingDirectory, environment);
|
||||
|
||||
Reference in New Issue
Block a user