MythTV
master
|
#include <QReadWriteLock>
#include <QHash>
#include <QUrl>
#include "libmythbase/mythdb.h"
#include "libmythbase/mythlogging.h"
#include "videometadatautil.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("VideoMetaDataUtil: ") |
Typedefs | |
using | ArtPair = QPair< QString, QString > |
using | ArtList = QList< ArtPair > |
Variables | |
static QReadWriteLock | art_path_map_lock |
static QMultiHash< QString, ArtPair > | art_path_map |
#define LOC QString("VideoMetaDataUtil: ") |
Definition at line 10 of file videometadatautil.cpp.
using ArtPair = QPair< QString, QString > |
Definition at line 13 of file videometadatautil.cpp.
Definition at line 15 of file videometadatautil.cpp.
|
static |
Definition at line 12 of file videometadatautil.cpp.
Referenced by VideoMetaDataUtil::GetArtPath().
|
static |
Definition at line 14 of file videometadatautil.cpp.
Referenced by VideoMetaDataUtil::GetArtPath().