forked from qt-creator/qt-creator
Svn: Sprinkle with auto
Change-Id: Ib4bf4f856b32be91918bd68a62b74bd93a7755e0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user