MythTV  master
Classes | Macros | Variables
mythmimedatabase.cpp File Reference
#include <QBuffer>
#include <QIODevice>
#include <QGlobalStatic>
#include <QMimeDatabase>
#include <QStandardPaths>
#include "mythlogging.h"
#include "http/mythmimedatabase.h"
Include dependency graph for mythmimedatabase.cpp:

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 }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("MimeDB: ")

Definition at line 12 of file mythmimedatabase.cpp.

Variable Documentation

◆ PEEK_SIZE

constexpr qint64 PEEK_SIZE { 100 }
staticconstexpr