Svn: Sprinkle with auto

Change-Id: Ib4bf4f856b32be91918bd68a62b74bd93a7755e0
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2015-01-22 13:53:43 +01:00
parent 78303bddf5
commit 8538839847
3 changed files with 6 additions and 6 deletions

View File

@@ -249,7 +249,7 @@ void SubversionDiffEditorReloader::postCollectTextualDiffOutput()
controller()->requestSaveState();
controller()->clear(m_waitMessage);
VcsCommand *command = new VcsCommand(subversionPath(), m_workingDirectory, processEnvironment());
auto command = new VcsCommand(subversionPath(), m_workingDirectory, processEnvironment());
command->setCodec(EditorManager::defaultTextCodec());
connect(command, SIGNAL(output(QString)),
this, SLOT(slotTextualDiffOutputReceived(QString)));