MythTV  master
Typedefs | Functions
mythtypes.h File Reference
#include <QObject>
#include <QHash>
#include "mythbaseexp.h"
Include dependency graph for mythtypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using InfoMap = QHash< QString, QString >
 

Functions

QString InfoMapToString (const InfoMap &infoMap, const QString &sep="\n")
 

Typedef Documentation

◆ InfoMap

using InfoMap = QHash<QString,QString>

Definition at line 15 of file mythtypes.h.

Function Documentation

◆ InfoMapToString()

QString InfoMapToString ( const InfoMap infoMap,
const QString &  sep = "\n" 
)

Definition at line 10 of file mythtypes.cpp.