Added back folder watching to Web UI

This commit is contained in:
Christophe Dumez
2010-03-18 19:27:23 +00:00
parent 2592948182
commit eb9f0cb559
7 changed files with 139 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);