Improve "Watched folders" feature

Make "file system watcher" an application core component
and separate it from its presentation model.
This commit is contained in:
Vladimir Golovnev (Glassez)
2021-04-23 12:02:25 +03:00
parent 9565b695ef
commit 2993fdb169
29 changed files with 1636 additions and 1016 deletions

View File

@@ -30,6 +30,7 @@
#include <optional>
#include <QMetaType>
#include <QString>
#include <QVector>
@@ -62,3 +63,5 @@ namespace BitTorrent
qreal ratioLimit = Torrent::USE_GLOBAL_RATIO;
};
}
Q_DECLARE_METATYPE(BitTorrent::AddTorrentParams)