|
MythTV master
|
#include <sys/types.h>#include <cstdlib>#include <QMap>#include <QTimeZone>#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythdate.h"#include "libmythbase/mythdb.h"#include "libmythbase/mythlogging.h"#include "libmythbase/programinfoupdater.h"#include "jobqueue.h"#include "recordinginfo.h"#include "recordingrule.h"#include "scheduledrecording.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("RecordingInfo(%1): ").arg(GetBasename()) |
Variables | |
| static const uint | kUnknownProgramLength = 30 |
| #define LOC QString("RecordingInfo(%1): ").arg(GetBasename()) |
Definition at line 23 of file recordinginfo.cpp.
|
static |
Definition at line 31 of file recordinginfo.cpp.
Referenced by RecordingInfo::RecordingInfo().