Clean up PreviewSelectDialog class

This commit is contained in:
Chocobo1
2019-10-02 19:19:33 +08:00
parent a9e6ef183b
commit 0607050ecc
5 changed files with 11 additions and 12 deletions

View File

@@ -2187,7 +2187,7 @@ void TorrentHandle::setSuperSeeding(const bool enable)
#endif
}
void TorrentHandle::flushCache()
void TorrentHandle::flushCache() const
{
m_nativeHandle.flush_cache();
}