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
committed by Vladimir Golovnev
parent baa32a20e0
commit d957eef331
30 changed files with 1650 additions and 1020 deletions

View File

@@ -338,6 +338,8 @@ namespace
#endif
}
const int addTorrentParamsId = qRegisterMetaType<AddTorrentParams>();
// Session
Session *Session::m_instance = nullptr;