-FEATURE: Url seeds are now displayed in torrent properties and are editable

- Broke compatibility with Qt4.2. Will fix this a bit later (in the meantime, edit properties.ui)
This commit is contained in:
Christophe Dumez 2007-07-27 09:53:55 +00:00
parent 676f30d9a1
commit 9cbab8d63e
9 changed files with 490 additions and 81 deletions

View file

@ -190,6 +190,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void setTabText(int index, QString text);
void updateFileSize(QString hash);
void sortProgressColumnDelayed();
void addUrlSeedError(QString url, QString msg);
protected:
void closeEvent(QCloseEvent *);