mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
- flush cache before file preview (libtorrent >= 0.15 only)
This commit is contained in:
parent
abf35a31f3
commit
bd5880843f
4 changed files with 18 additions and 2 deletions
|
@ -153,6 +153,7 @@ class QTorrentHandle {
|
|||
void move_storage(QString path) const;
|
||||
#ifdef LIBTORRENT_0_15
|
||||
void super_seeding(bool on) const;
|
||||
void flush_cache() const;
|
||||
#endif
|
||||
#ifndef DISABLE_GUI
|
||||
void resolve_countries(bool r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue