- Fixed size update when filtering files in a torrent (broken in svn)

This commit is contained in:
Christophe Dumez 2007-07-04 08:10:44 +00:00
parent 4657ee9087
commit c8e4894d85
5 changed files with 40 additions and 17 deletions

View file

@ -131,7 +131,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void createTrayIcon();
void addLogPeerBlocked(const QString&);
// Torrent actions
size_type torrentEffectiveSize(QString hash) const;
void showProperties(const QModelIndex &index);
void on_actionTorrent_Properties_triggered();
void on_actionPause_triggered();