- flush cache before file preview (libtorrent >= 0.15 only)

This commit is contained in:
Christophe Dumez 2010-01-09 21:39:17 +00:00
commit bd5880843f
4 changed files with 18 additions and 2 deletions

View file

@ -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);