mirror of
https://github.com/YACReader/yacreader
synced 2025-11-16 06:52:46 -05:00
Library: remove unused variable
This commit is contained in:
@ -1335,7 +1335,6 @@ QList<Label> DBHelper::getLabels(qulonglong libraryId)
|
|||||||
QSqlRecord record = selectQuery.record();
|
QSqlRecord record = selectQuery.record();
|
||||||
|
|
||||||
int name = record.indexOf("name");
|
int name = record.indexOf("name");
|
||||||
int color = record.indexOf("color");
|
|
||||||
int id = record.indexOf("id");
|
int id = record.indexOf("id");
|
||||||
int ordering = record.indexOf("ordering");
|
int ordering = record.indexOf("ordering");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user