Fix format

This commit is contained in:
Luis Ángel San Martín 2024-07-09 19:42:41 +02:00
parent f9039c7a26
commit 689a6465aa

View File

@ -41,7 +41,7 @@ Folder rootFolder(QSqlDatabase &db)
root.type = selectQuery.value("type").value<YACReader::FileType>(); root.type = selectQuery.value("type").value<YACReader::FileType>();
return root; return root;
} }
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
LibraryCreator::LibraryCreator(QSettings *settings) LibraryCreator::LibraryCreator(QSettings *settings)