- A lot of work on "Finished torrents are moved to a new tab". It still needs improvements but most of it is working

- Fixed pressing return in search field to launch search
This commit is contained in:
Christophe Dumez 2007-04-04 12:01:32 +00:00
parent 13aa2cfa6e
commit 37027c0480
53 changed files with 3991 additions and 1886 deletions

View file

@ -163,6 +163,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void portListeningFailure();
void trackerError(const QString& hash, const QString& time, const QString& msg);
void trackerAuthenticationRequired(torrent_handle& h);
void setTabText(int index, QString text);
protected:
void closeEvent(QCloseEvent *);