added a dialog to edit banned files

This commit is contained in:
csoler 2018-08-16 22:22:47 +02:00
parent 50e03a539c
commit e17c4d0e40
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
9 changed files with 164 additions and 6 deletions

View file

@ -55,7 +55,8 @@ public:
/* Fixed numbers for load and save the last page */
SearchTab = 0, /** Network page. */
LocalSharedFilesTab = 1, /** Network new graph. */
RemoteSharedFilesTab = 2 /** Old group chat page. */
RemoteSharedFilesTab = 2, /** Old group chat page. */
DownloadTab = 3
};
@ -108,9 +109,6 @@ private slots:
void expandAllUL();
void collapseAllUL();
// void rootdecorated();
// void rootisnotdecorated();
void pauseFileTransfer();
void resumeFileTransfer();
void dlOpenFolder();