#include <cmath>
#include <csignal>
#include <cstdio>
#include <cstdlib>
#include <fcntl.h>
#include <fstream>
#include <iostream>
#include <string>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <QCoreApplication>
#include <QDir>
#include <QFileInfo>
#include <QString>
#include <QtGlobal>
#include "libmyth/mythcontext.h"
#include "libmythbase/compat.h"
#include "libmythbase/exitcodes.h"
#include "libmythbase/hardwareprofile.h"
#include "libmythbase/housekeeper.h"
#include "libmythbase/mythappname.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdbcon.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythversion.h"
#include "libmythtv/jobqueue.h"
#include "libmythtv/mythsystemevent.h"
#include "mythjobqueue_commandlineparser.h"
Go to the source code of this file.
|
| #define | LOC QString("MythJobQueue: ") |
| |
| #define | LOC_WARN QString("MythJobQueue, Warning: ") |
| |
| #define | LOC_ERR QString("MythJobQueue, Error: ") |
| |
|
| int | main (int argc, char *argv[]) |
| |
◆ LOC
| #define LOC QString("MythJobQueue: ") |
◆ LOC_ERR
| #define LOC_ERR QString("MythJobQueue, Error: ") |
◆ LOC_WARN
| #define LOC_WARN QString("MythJobQueue, Warning: ") |
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ jobqueue