mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Fix "Set location" action
This commit is contained in:
@@ -99,7 +99,6 @@ protected slots:
|
||||
void filteredFilesChanged();
|
||||
void showPiecesDownloaded(bool show);
|
||||
void showPiecesAvailability(bool show);
|
||||
void updateSavePath(QTorrentHandle& h);
|
||||
void renameSelectedFile();
|
||||
void selectAllFiles();
|
||||
void selectNoneFiles();
|
||||
@@ -113,6 +112,7 @@ public slots:
|
||||
void saveSettings();
|
||||
void reloadPreferences();
|
||||
void openDoubleClickedFile(QModelIndex);
|
||||
void updateSavePath(QTorrentHandle& h);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user