mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Renamed some ambiguous functions
- Reload torrents only when we need to enable full allocation mode (not everytime we change files selection)
This commit is contained in:
parent
2f85dc29b5
commit
86dfbecd2e
4 changed files with 36 additions and 33 deletions
|
@ -153,8 +153,8 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void addUnauthenticatedTracker(QPair<torrent_handle,std::string> tracker);
|
||||
void processDownloadedFile(QString url, QString file_path, int return_code, QString errorBuffer);
|
||||
void downloadFromURLList(const QStringList& url_list);
|
||||
bool loadFilteredPieces(torrent_handle &h);
|
||||
bool hasFilteredPieces(const QString& fileName);
|
||||
bool loadFilteredFiles(torrent_handle &h);
|
||||
bool hasFilteredFiles(const QString& fileName);
|
||||
void reloadTorrent(const torrent_handle &h, bool compact_mode = true);
|
||||
// Search slots
|
||||
void on_search_button_clicked();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue