#include "mythconfig.h"
#include <csignal>
#include <cstdlib>
#include <QApplication>
#include <QFileInfo>
#include <QRegExp>
#include <QFile>
#include <QDir>
#include <QMap>
#include <QProcessEnvironment>
#include "signalhandling.h"
#include "commandlineparser.h"
#include "scheduledrecording.h"
#include "previewgenerator.h"
#include "mythcorecontext.h"
#include "mythsystemevent.h"
#include "mythtranslation.h"
#include "backendcontext.h"
#include "main_helpers.h"
#include "mythmiscutil.h"
#include "storagegroup.h"
#include "mediaserver.h"
#include "loggingserver.h"
#include "mythlogging.h"
#include "mythversion.h"
#include "programinfo.h"
#include "autoexpire.h"
#include "mainserver.h"
#include "remoteutil.h"
#include "exitcodes.h"
#include "scheduler.h"
#include "jobqueue.h"
#include "dbcheck.h"
#include "compat.h"
#include "mythdb.h"
#include "tv_rec.h"
#include "cleanupguard.h"
Go to the source code of this file.
|
#define | LOC QString("MythBackend: ") |
|
#define | LOC_WARN QString("MythBackend, Warning: ") |
|
#define | LOC_ERR QString("MythBackend, Error: ") |
|
#define | UNUSED_FILENO 6 |
|
|
int | main (int argc, char **argv) |
|
◆ LOC
#define LOC QString("MythBackend: ") |
◆ LOC_WARN
#define LOC_WARN QString("MythBackend, Warning: ") |
◆ LOC_ERR
#define LOC_ERR QString("MythBackend, Error: ") |
◆ UNUSED_FILENO
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |