MythTV
master
mythtv
libs
libmythmetadata
mythmetaexp.h
Go to the documentation of this file.
1
#ifndef MYTHMETAEXP_H_
2
#define MYTHMETAEXP_H_
3
4
#include <QtCore/qglobal.h>
5
6
#ifdef META_API
7
# define META_PUBLIC Q_DECL_EXPORT
8
#else
9
# define META_PUBLIC Q_DECL_IMPORT
10
#endif
11
12
#endif // MYTHMETAEXP_H_
Generated on Sun Jan 5 2025 03:16:16 for MythTV by
1.8.17