mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Clean up PreviewSelectDialog class
This commit is contained in:
@@ -2187,7 +2187,7 @@ void TorrentHandle::setSuperSeeding(const bool enable)
|
||||
#endif
|
||||
}
|
||||
|
||||
void TorrentHandle::flushCache()
|
||||
void TorrentHandle::flushCache() const
|
||||
{
|
||||
m_nativeHandle.flush_cache();
|
||||
}
|
||||
|
||||
@@ -324,7 +324,7 @@ namespace BitTorrent
|
||||
void setUploadLimit(int limit);
|
||||
void setDownloadLimit(int limit);
|
||||
void setSuperSeeding(bool enable);
|
||||
void flushCache();
|
||||
void flushCache() const;
|
||||
void addTrackers(const QVector<TrackerEntry> &trackers);
|
||||
void replaceTrackers(const QVector<TrackerEntry> &trackers);
|
||||
void addUrlSeeds(const QVector<QUrl> &urlSeeds);
|
||||
|
||||
Reference in New Issue
Block a user