MythTV
master
libs
libmythui
mythuiexp.h
Go to the documentation of this file.
1
#ifndef MYTHUIEXP_H_
2
#define MYTHUIEXP_H_
3
4
#include <QtCore/qglobal.h>
5
6
#ifdef MUI_API
7
# define MUI_PUBLIC Q_DECL_EXPORT
8
#else
9
# define MUI_PUBLIC Q_DECL_IMPORT
10
#endif
11
12
#endif // MYTHUIEXP_H_
Generated on Thu Jun 1 2023 03:21:29 for MythTV by
1.8.17