 |
DLS
1.6
|
23 #ifndef DLSWIDGET_EXPORT_H 24 #define DLSWIDGET_EXPORT_H 26 #include <QtCore/QtGlobal> 28 #ifdef DlsWidgets_EXPORTS 29 # define DLSWIDGETS_PUBLIC Q_DECL_EXPORT 31 # define DLSWIDGETS_PUBLIC Q_DECL_IMPORT 32 #endif // DlsWidgets_EXPORTS 34 #endif // DLSWIDGET_EXPORT_H