mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
added all empty container views
This commit is contained in:
@ -38,6 +38,15 @@ QIcon SpecialListItem::getIcon() const
|
||||
}
|
||||
}
|
||||
|
||||
ReadingListModel::TypeSpecialList SpecialListItem::getType() const
|
||||
{
|
||||
if(itemData.count()>1)
|
||||
{
|
||||
int id = itemData.at(1).toInt();
|
||||
return (ReadingListModel::TypeSpecialList)id;
|
||||
}
|
||||
}
|
||||
|
||||
//------------------------------------------------------
|
||||
|
||||
LabelItem::LabelItem(const QList<QVariant> &data)
|
||||
|
Reference in New Issue
Block a user