- Blocked users (by ipfilter) are now logged in GUI

This commit is contained in:
Christophe Dumez 2007-07-04 06:42:36 +00:00
parent 3a727dea28
commit c11e5e8b12
7 changed files with 27 additions and 11 deletions

View file

@ -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);