MythTV  master
Classes | Typedefs
mythmimetype.h File Reference
#include <QMimeType>
#include <QStringList>
#include <variant>
#include <vector>
Include dependency graph for mythmimetype.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythMimeType
 

Typedefs

using MythMimeTypes = std::vector< MythMimeType >
 
using MimeMagic = std::variant< std::monostate, QByteArray, QString >
 

Typedef Documentation

◆ MythMimeTypes

using MythMimeTypes = std::vector<MythMimeType>

Definition at line 13 of file mythmimetype.h.

◆ MimeMagic

using MimeMagic = std::variant<std::monostate,QByteArray,QString>

Definition at line 14 of file mythmimetype.h.