mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
implemented UI for managment of locally banned IP list (Closes #1837 )
This commit is contained in:
parent
fc49856857
commit
59de1af31b
14 changed files with 456 additions and 6 deletions
|
@ -61,6 +61,7 @@
|
|||
#include "base/utils/random.h"
|
||||
#include "addnewtorrentdialog.h"
|
||||
#include "advancedsettings.h"
|
||||
#include "banlistoptions.h"
|
||||
#include "guiiconprovider.h"
|
||||
#include "scanfoldersdelegate.h"
|
||||
|
||||
|
@ -1701,3 +1702,10 @@ bool OptionsDialog::webUIAuthenticationOk()
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void OptionsDialog::on_banListButton_clicked()
|
||||
{
|
||||
//have to call dialog window
|
||||
BanListOptions bl(this);
|
||||
bl.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue