This commit is contained in:
hemirt
2018-07-03 17:21:41 +02:00
31 changed files with 434 additions and 291 deletions
-1
View File
@@ -98,7 +98,6 @@ void Paths::initSubDirectories()
// create settings subdirectories and validate that they are created properly
auto makePath = [&](const std::string &name) -> QString {
auto path = combinePath(this->rootAppDataDirectory, QString::fromStdString(name));
if (!QDir().mkpath(path)) {