Redesign RSS subsystem

This commit is contained in:
Vladimir Golovnev (Glassez)
2017-03-07 16:10:42 +03:00
parent 090a2edc1a
commit 989a70fe60
64 changed files with 5116 additions and 4727 deletions

View File

@@ -64,6 +64,12 @@ namespace BitTorrent
class TorrentHandle;
}
namespace RSS
{
class Session;
class AutoDownloader;
}
class Application : public BaseApplication
{
Q_OBJECT