- COSMETIC: Now displaying the number of downloads in tab title

- BUGFIX: Fixed problems that could happen with delete selection action
This commit is contained in:
Christophe Dumez 2006-10-03 00:11:35 +00:00
parent a3f9de767b
commit dd65bb7292
4 changed files with 55 additions and 25 deletions

View file

@ -82,6 +82,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
QStandardItemModel *SearchListModel;
SearchListDelegate *SearchDelegate;
QStringList supported_preview_extensions;
unsigned int nbTorrents;
// Preview
previewSelect *previewSelection;
QProcess *previewProcess;