- Selective download should be fixed

- updated polish translation
This commit is contained in:
Christophe Dumez
2006-10-08 00:37:51 +00:00
parent c32fe3a41d
commit 035f2bdf18
6 changed files with 115 additions and 76 deletions

View File

@@ -38,6 +38,7 @@ class properties : public QDialog, private Ui::properties{
PropListDelegate *PropDelegate;
QStandardItemModel *PropListModel;
QTimer *updateProgressTimer;
std::vector<bool> selectionBitmask;
protected slots:
void on_select_clicked();
@@ -48,6 +49,7 @@ class properties : public QDialog, private Ui::properties{
void toggleSelectedState(const QModelIndex& index);
void saveFilteredPieces();
void updateProgress();
void loadFilteredPieces();
signals:
void changedFilteredPieces(torrent_handle h, bool compact_mode);