MythTV
master
|
#include <unistd.h>
#include <cmath>
#include <QCoreApplication>
#include <QDateTime>
#include <QDir>
#include <QRegularExpression>
#include <QTimer>
#include <QUrl>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythdate.h>
#include <libmythbase/mythdb.h>
#include <libmythbase/mythdirs.h>
#include <libmythbase/mythdownloadmanager.h>
#include <libmythbase/mythsystemlegacy.h>
#include <libmythui/mythdialogbox.h>
#include <libmythui/mythmainwindow.h>
#include <libmythui/mythuibuttonlist.h>
#include <libmythui/mythuiimage.h>
#include <libmythui/mythuitext.h>
#include "mythnews.h"
#include "mythnewsconfig.h"
#include "mythnewseditor.h"
#include "newsdbutil.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("MythNews: ") |
#define | LOC_WARN QString("MythNews, Warning: ") |
#define | LOC_ERR QString("MythNews, Error: ") |
#define LOC QString("MythNews: ") |
Definition at line 34 of file mythnews.cpp.
#define LOC_WARN QString("MythNews, Warning: ") |
Definition at line 35 of file mythnews.cpp.
#define LOC_ERR QString("MythNews, Error: ") |
Definition at line 36 of file mythnews.cpp.