forked from qt-creator/qt-creator
TaskList: Sprinkle with auto
Change-Id: Icb7f4ca4cd3d373770981a75a62120a92e853f44 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -173,7 +173,7 @@ Core::IDocument *TaskListPlugin::openTasks(const QString &base, const QString &f
|
||||
return doc;
|
||||
}
|
||||
|
||||
TaskFile *file = new TaskFile(this);
|
||||
auto file = new TaskFile(this);
|
||||
file->setBaseDir(base);
|
||||
|
||||
QString errorString;
|
||||
|
||||
Reference in New Issue
Block a user