|
MythTV master
|
#include <algorithm>#include <array>#include <QRegularExpression>#include "libmythbase/mythlogging.h"#include "libmythbase/programinfo.h"#include "channelutil.h"#include "eitfixup.h"#include "mpeg/dishdescriptors.h"Go to the source code of this file.
Classes | |
| struct | NLMapResult |
Variables | |
| static const QRegularExpression | kStereo { R"(\b\(?[sS]tereo\)?\b)" } |
| static const QRegularExpression | kUKSpaceColonStart { R"(^[ |:]*)" } |
| static const QRegularExpression | kDotAtEnd { "\\.$" } |
| static const QMap< QChar, quint16 > | r2v |
| static const QMap< QString, DBPerson::Role > | deCrewTitle |
| static const QMap< QString, NLMapResult > | categoryTrans |
|
static |
Definition at line 1990 of file eitfixup.cpp.
Referenced by EITFixUp::FixNL().
|
static |
Definition at line 1739 of file eitfixup.cpp.
|
static |
Definition at line 22 of file eitfixup.cpp.
Referenced by EITFixUp::FixDK(), and EITFixUp::FixGreekEIT().
|
static |
Definition at line 20 of file eitfixup.cpp.
Referenced by EITFixUp::FixBellExpressVu(), EITFixUp::FixFI(), and EITFixUp::FixNL().
|
static |
Definition at line 21 of file eitfixup.cpp.
Referenced by EITFixUp::FixUK(), and EITFixUp::SetUKSubtitle().
|
static |
Definition at line 24 of file eitfixup.cpp.
Referenced by EITFixUp::parseRoman().