mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 17:04:45 -04: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