mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Merge
This commit is contained in:
commit
db66fe33f3
@ -1397,7 +1397,7 @@ ComicDB DBHelper::loadComic(qulonglong id, QSqlDatabase & db)
|
||||
QSqlRecord record = selectQuery.record();
|
||||
|
||||
int parentId = record.indexOf("parentId");
|
||||
int name = record.indexOf("name");
|
||||
int name = record.indexOf("fileName");
|
||||
int path = record.indexOf("path");
|
||||
int hash = record.indexOf("hash");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user