mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
editing names in lists (not finished)
This commit is contained in:
@ -202,6 +202,7 @@ private:
|
||||
QAction * addReadingListAction;
|
||||
QAction * deleteReadingListAction;
|
||||
QAction * addLabelAction;
|
||||
QAction * renameListAction;
|
||||
//--
|
||||
//QAction * expandAllNodesRLAction;
|
||||
//QAction * colapseAllNodesRLAction;
|
||||
@ -370,6 +371,7 @@ public slots:
|
||||
void addNewReadingList();
|
||||
void deleteSelectedReadingList();
|
||||
void showAddNewLabelDialog();
|
||||
void showRenameCurrentList();
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user