qBittorrent
rss_feed.cpp File Reference
#include "rss_feed.h"
#include <algorithm>
#include <utility>
#include <vector>
#include <QDir>
#include <QJsonArray>
#include <QJsonDocument>
#include <QJsonObject>
#include <QJsonValue>
#include <QUrl>
#include "base/asyncfilestorage.h"
#include "base/global.h"
#include "base/logger.h"
#include "base/net/downloadmanager.h"
#include "base/profile.h"
#include "base/utils/fs.h"
#include "rss_article.h"
#include "rss_parser.h"
#include "rss_session.h"
Include dependency graph for rss_feed.cpp:

Go to the source code of this file.

Functions

const QString KEY_UID (QStringLiteral("uid"))
 
const QString KEY_URL (QStringLiteral("url"))
 
const QString KEY_TITLE (QStringLiteral("title"))
 
const QString KEY_LASTBUILDDATE (QStringLiteral("lastBuildDate"))
 
const QString KEY_ISLOADING (QStringLiteral("isLoading"))
 
const QString KEY_HASERROR (QStringLiteral("hasError"))
 
const QString KEY_ARTICLES (QStringLiteral("articles"))
 

Function Documentation

◆ KEY_ARTICLES()

const QString KEY_ARTICLES ( QStringLiteral("articles")  )

Referenced by RSS::Feed::toJsonValue().

Here is the caller graph for this function:

◆ KEY_HASERROR()

const QString KEY_HASERROR ( QStringLiteral("hasError")  )

Referenced by RSS::Feed::toJsonValue().

Here is the caller graph for this function:

◆ KEY_ISLOADING()

const QString KEY_ISLOADING ( QStringLiteral("isLoading")  )

Referenced by RSS::Feed::toJsonValue().

Here is the caller graph for this function:

◆ KEY_LASTBUILDDATE()

const QString KEY_LASTBUILDDATE ( QStringLiteral("lastBuildDate")  )

Referenced by RSS::Feed::toJsonValue().

Here is the caller graph for this function:

◆ KEY_TITLE()

const QString KEY_TITLE ( QStringLiteral("title")  )

Referenced by RSS::Feed::toJsonValue().

Here is the caller graph for this function:

◆ KEY_UID()

const QString KEY_UID ( QStringLiteral("uid")  )

Referenced by RSS::Feed::toJsonValue().

Here is the caller graph for this function:

◆ KEY_URL()

const QString KEY_URL ( QStringLiteral("url")  )

Referenced by RSS::Feed::toJsonValue().

Here is the caller graph for this function: