|
MythTV master
|
#include <QFile>#include <libmythbase/mythdate.h>#include <libmythbase/mythdirs.h>#include <libmythbase/mythdownloadmanager.h>#include <libmythbase/mythevent.h>#include <libmythbase/mythlogging.h>#include <libmythbase/mythsorthelper.h>#include "newssite.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("NewsSite: ") |
| #define | LOC_WARN QString("NewsSite, Warning: ") |
| #define | LOC_ERR QString("NewsSite, Error: ") |
Functions | |
| static bool | isImage (const QString &mimeType) |
| static bool | isVideo (const QString &mimeType) |
| #define LOC QString("NewsSite: ") |
Definition at line 15 of file newssite.cpp.
| #define LOC_ERR QString("NewsSite, Error: ") |
Definition at line 17 of file newssite.cpp.
| #define LOC_WARN QString("NewsSite, Warning: ") |
Definition at line 16 of file newssite.cpp.
|
static |
Definition at line 287 of file newssite.cpp.
Referenced by NewsSite::parseRSS().
|
static |
Definition at line 294 of file newssite.cpp.
Referenced by main(), and NewsSite::parseRSS().