mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 08:35:45 -04:00
added a dialog to edit banned files
This commit is contained in:
parent
50e03a539c
commit
e17c4d0e40
9 changed files with 164 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue