mirror of
https://github.com/YACReader/yacreader
synced 2025-11-20 17:42:54 -05:00
'Add to...' submenu completed
This commit is contained in:
@ -339,6 +339,11 @@ void ReadingListModel::deleteItem(const QModelIndex &mi)
|
||||
}
|
||||
}
|
||||
|
||||
const QList<LabelItem *> ReadingListModel::getLabels()
|
||||
{
|
||||
return labels;
|
||||
}
|
||||
|
||||
void ReadingListModel::cleanAll()
|
||||
{
|
||||
if(rootItem != 0)
|
||||
|
||||
Reference in New Issue
Block a user