mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix format
This commit is contained in:
parent
f9039c7a26
commit
689a6465aa
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user