qBittorrent
rss_session.cpp File Reference
#include "rss_session.h"
#include <QDebug>
#include <QJsonDocument>
#include <QJsonObject>
#include <QJsonValue>
#include <QString>
#include <QThread>
#include "../asyncfilestorage.h"
#include "../global.h"
#include "../logger.h"
#include "../profile.h"
#include "../settingsstorage.h"
#include "../utils/fs.h"
#include "rss_article.h"
#include "rss_feed.h"
#include "rss_folder.h"
#include "rss_item.h"
Include dependency graph for rss_session.cpp:

Go to the source code of this file.

Functions

const QString ConfFolderName (QStringLiteral("rss"))
 
const QString DataFolderName (QStringLiteral("rss/articles"))
 
const QString FeedsFileName (QStringLiteral("feeds.json"))
 

Variables

const int MsecsPerMin = 60000
 

Function Documentation

◆ ConfFolderName()

const QString ConfFolderName ( QStringLiteral("rss")  )

Referenced by RSS::Session::Session().

Here is the caller graph for this function:

◆ DataFolderName()

const QString DataFolderName ( QStringLiteral("rss/articles")  )

Referenced by RSS::Session::Session().

Here is the caller graph for this function:

◆ FeedsFileName()

const QString FeedsFileName ( QStringLiteral("feeds.json")  )

Referenced by RSS::Session::load(), and RSS::Session::store().

Here is the caller graph for this function:

Variable Documentation

◆ MsecsPerMin

const int MsecsPerMin = 60000