mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Library: remove unused variable
This commit is contained in:
parent
66941510f0
commit
3babc0980e
@ -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");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user