mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
added support for deleting folders
This commit is contained in:
@ -147,6 +147,9 @@ private:
|
||||
//QAction * socialAction;
|
||||
|
||||
//tree actions
|
||||
QAction * addFolderAction;
|
||||
QAction * deleteFolderAction;
|
||||
//--
|
||||
QAction * setRootIndexAction;
|
||||
QAction * expandAllNodesAction;
|
||||
QAction * colapseAllNodesAction;
|
||||
@ -339,6 +342,9 @@ public slots:
|
||||
void reloadAfterCopyMove();
|
||||
QModelIndex getCurrentFolderIndex();
|
||||
void enableNeededActions();
|
||||
void addFolderToCurrentIndex();
|
||||
void deleteSelectedFolder();
|
||||
void errorDeletingFolder();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user