mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Merge pull request #11317 from Chocobo1/preview
Fix "preview file" action not working
This commit is contained in:
@@ -2205,7 +2205,7 @@ void TorrentHandle::setSuperSeeding(const bool enable)
|
||||
#endif
|
||||
}
|
||||
|
||||
void TorrentHandle::flushCache()
|
||||
void TorrentHandle::flushCache() const
|
||||
{
|
||||
m_nativeHandle.flush_cache();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user