mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
- FEATURE: Allow to customize folder scan interval
This commit is contained in:
@@ -69,6 +69,7 @@ class bittorrent : public QObject{
|
||||
bool LSDEnabled;
|
||||
FilterParserThread *filterParser;
|
||||
QString filterPath;
|
||||
int folderScanInterval; // in seconds
|
||||
|
||||
protected:
|
||||
QString getSavePath(QString hash);
|
||||
@@ -145,6 +146,7 @@ class bittorrent : public QObject{
|
||||
void enableLSD(bool b);
|
||||
bool enableDHT(bool b);
|
||||
void reloadTorrent(const QTorrentHandle &h, bool full_alloc);
|
||||
void setTimerScanInterval(int secs);
|
||||
|
||||
protected slots:
|
||||
void scanDirectory();
|
||||
|
||||
Reference in New Issue
Block a user