added support for deleting folders

This commit is contained in:
Luis Ángel San Martín
2014-10-22 12:57:32 +02:00
parent e6620a46ed
commit a8ef8d07f1
14 changed files with 208 additions and 15 deletions

View File

@ -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