MythTV  master
videometadatautil.h
Go to the documentation of this file.
1 #ifndef VIDEO_META_DATA_UTIL_H
2 #define VIDEO_META_DATA_UTIL_H
3 
4 // Qt headers
5 #include <QString>
6 
7 // MythTV headers
8 #include "mythtvexp.h"
9 
11 {
12  public:
13  static QString GetArtPath(const QString &pathname, const QString &type);
14 };
15 
16 #endif // VIDEO_META_DATA_UTIL_H
mythtvexp.h
VideoMetaDataUtil
Definition: videometadatautil.h:10
MTV_PUBLIC
#define MTV_PUBLIC
Definition: mythtvexp.h:15