mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 23:44:52 -04:00
completed drag comics from comics view to reading lists
This commit is contained in:
@ -170,7 +170,7 @@ qulonglong ReadingListItem::getId() const
|
||||
{
|
||||
if(itemData.count()>1)
|
||||
{
|
||||
return YACReader::LabelColors(itemData.at(1).toULongLong());
|
||||
return itemData.at(1).toULongLong();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user