TaskList: Sprinkle with auto

Change-Id: Icb7f4ca4cd3d373770981a75a62120a92e853f44
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-22 13:51:30 +01:00
parent b01a46f946
commit a6e1e38858
2 changed files with 2 additions and 2 deletions

View File

@@ -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;