mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- Selective download should be fixed
- updated polish translation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user