'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

@ -49,6 +49,7 @@ public:
QString name(const QModelIndex & mi);
void rename(const QModelIndex & mi, const QString & name);
void deleteItem(const QModelIndex & mi);
const QList<LabelItem *> getLabels();
enum Roles {
TypeListsRole = Qt::UserRole + 1,