Added back folder watching in Web UI

This commit is contained in:
Christophe Dumez
2010-03-18 19:25:16 +00:00
parent 165b33a94e
commit 912056a364
6 changed files with 138 additions and 31 deletions

View File

@@ -115,6 +115,7 @@ public:
qlonglong getETA(QString hash);
bool useTemporaryFolder() const;
QString getDefaultSavePath() const;
ScanFoldersModel* getScanFoldersModel() const;
public slots:
QTorrentHandle addTorrent(QString path, bool fromScanDir = false, QString from_url = QString(), bool resumed = false);