|
MythTV master
|
#include <QBuffer>#include <QIODevice>#include <QGlobalStatic>#include <QMimeDatabase>#include <QStandardPaths>#include "mythlogging.h"#include "http/mythmimedatabase.h"Go to the source code of this file.
Classes | |
| class | MythMimeDatabasePriv |
| A private, internal class that holds custom mime types. More... | |
Macros | |
| #define | LOC QString("MimeDB: ") |
Variables | |
| static constexpr qint64 | PEEK_SIZE { 100 } |
| #define LOC QString("MimeDB: ") |
Definition at line 12 of file mythmimedatabase.cpp.
|
staticconstexpr |
Definition at line 13 of file mythmimedatabase.cpp.
Referenced by MythMimeDatabasePriv::MimeTypeForFileNameAndData().