MythTV  master
Macros
mythnews.cpp File Reference
#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"
Include dependency graph for mythnews.cpp:

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: ")
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("MythNews: ")

Definition at line 34 of file mythnews.cpp.

◆ LOC_WARN

#define LOC_WARN   QString("MythNews, Warning: ")

Definition at line 35 of file mythnews.cpp.

◆ LOC_ERR

#define LOC_ERR   QString("MythNews, Error: ")

Definition at line 36 of file mythnews.cpp.