mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Blocked users (by ipfilter) are now logged in GUI
This commit is contained in:
parent
3a727dea28
commit
c11e5e8b12
7 changed files with 27 additions and 11 deletions
|
@ -129,6 +129,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void readSettings();
|
||||
void on_actionExit_triggered();
|
||||
void createTrayIcon();
|
||||
void addLogPeerBlocked(const QString&);
|
||||
// Torrent actions
|
||||
size_type torrentEffectiveSize(QString hash) const;
|
||||
void showProperties(const QModelIndex &index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue