MythTV
master
mythtv
libs
libmythbase
mythtypes.h
Go to the documentation of this file.
1
//
2
// mythtypes.h
3
// MythTV
4
//
5
// Created by Jean-Yves Avenard on 16/07/13.
6
//
7
8
#ifndef MYTHTV_MYTHTYPES_H
9
#define MYTHTV_MYTHTYPES_H
10
11
#include <QObject>
12
#include <QHash>
13
#include "
mythbaseexp.h
"
14
15
using
InfoMap
= QHash<QString,QString>;
16
17
QString
InfoMapToString
(
const
InfoMap
&infoMap,
const
QString &sep=
"\n"
);
18
19
#endif
/* defined(MYTHTV_MYTHTYPES_H) */
InfoMapToString
QString InfoMapToString(const InfoMap &infoMap, const QString &sep="\n")
Definition:
mythtypes.cpp:10
mythbaseexp.h
InfoMap
QHash< QString, QString > InfoMap
Definition:
mythtypes.h:15
Generated on Wed Feb 26 2025 03:17:54 for MythTV by
1.8.17