mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
added support for deleting labels/lists
This commit is contained in:
@ -40,12 +40,10 @@ public:
|
||||
bool isReadingList(const QModelIndex & mi);
|
||||
QString name(const QModelIndex & mi);
|
||||
void rename(const QModelIndex & mi, const QString & name);
|
||||
void deleteItem(const QModelIndex & mi);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
void deleteItem(const QModelIndex & mi);
|
||||
|
||||
private:
|
||||
void cleanAll();
|
||||
void setupReadingListsData(QSqlQuery &sqlquery, ReadingListItem *parent);
|
||||
|
Reference in New Issue
Block a user