mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
some bugs fixed in local server/client communication
This commit is contained in:
@ -398,6 +398,7 @@ QList<LibraryItem *> DBHelper::getFoldersFromParent(qulonglong parentId, QSqlDat
|
||||
|
||||
return list;
|
||||
}
|
||||
//TODO sort using natural sorting and issue number
|
||||
QList<ComicDB> DBHelper::getSortedComicsFromParent(qulonglong parentId, QSqlDatabase & db)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user