Add ability to add and ban a peer from the Web UI

This commit is contained in:
Thomas Piccirello
2019-01-13 21:40:15 -08:00
parent f121e67aba
commit 0fa28f233f
8 changed files with 197 additions and 1 deletions

View File

@@ -46,4 +46,5 @@ private slots:
void downloadLimitAction();
void setUploadLimitAction();
void setDownloadLimitAction();
void banPeersAction();
};