'Add to...' submenu completed

This commit is contained in:
Luis Ángel San Martín
2014-11-29 21:05:22 +01:00
parent c645fe4c66
commit bf17bb569c
8 changed files with 70 additions and 0 deletions

View File

@ -339,6 +339,11 @@ void ReadingListModel::deleteItem(const QModelIndex &mi)
}
}
const QList<LabelItem *> ReadingListModel::getLabels()
{
return labels;
}
void ReadingListModel::cleanAll()
{
if(rootItem != 0)