#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <iostream>
#include <cstdlib>
#include <fcntl.h>
#include <pthread.h>
#include <QDateTime>
#include <QFileInfo>
#include <QRegExp>
#include <QEvent>
#include <QCoreApplication>
#include "mythconfig.h"
#include "exitcodes.h"
#include "jobqueue.h"
#include "programinfo.h"
#include "mythcorecontext.h"
#include "mythdate.h"
#include "previewgenerator.h"
#include "compat.h"
#include "recordingprofile.h"
#include "recordinginfo.h"
#include "mthread.h"
#include "mythdb.h"
#include "mythdirs.h"
#include "mythsystemlegacy.h"
#include "mythlogging.h"
#include "mythmiscutil.h"
Go to the source code of this file.
◆ O_STREAMING
◆ O_LARGEFILE
◆ LOC
#define LOC QString("JobQueue: ") |
◆ JOBSTATUS_STATUSTEXT
#define JOBSTATUS_STATUSTEXT |
( |
|
A, |
|
|
|
B, |
|
|
|
C |
|
) |
| case A: return C; |