MythTV  master
Macros | Functions | Variables
recordinginfo.cpp File Reference
#include <sys/types.h>
#include <cstdlib>
#include <QMap>
#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"
Include dependency graph for recordinginfo.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("RecordingInfo(%1): ").arg(GetBasename())
 

Functions

static QString null_to_empty (const QString &str)
 

Variables

static const uint kUnknownProgramLength = 30
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("RecordingInfo(%1): ").arg(GetBasename())

Definition at line 22 of file recordinginfo.cpp.

Function Documentation

◆ null_to_empty()

static QString null_to_empty ( const QString &  str)
inlinestatic

Variable Documentation

◆ kUnknownProgramLength

const uint kUnknownProgramLength = 30
static

Definition at line 35 of file recordinginfo.cpp.

Referenced by RecordingInfo::RecordingInfo().