File indexing completed on 2025-04-27 14:27:31
0001 #ifndef DATA_GLOBAL_H 0002 #define DATA_GLOBAL_H 0003 0004 #include <QtCore/qglobal.h> 0005 0006 #if defined(DATA_LIBRARY) 0007 # define DATA_EXPORT Q_DECL_EXPORT 0008 #else 0009 # define DATA_EXPORT Q_DECL_IMPORT 0010 #endif 0011 0012 #endif // DATA_GLOBAL_H