mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
'Add to...' submenu completed
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user