Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456789101112
  1. #ifndef EPIMAFIA_GLOBAL_H
  2. #define EPIMAFIA_GLOBAL_H
  3. #include <QtCore/qglobal.h>
  4. #if defined(EPIMAFIA_LIBRARY)
  5. # define EPIMAFIASHARED_EXPORT Q_DECL_EXPORT
  6. #else
  7. # define EPIMAFIASHARED_EXPORT Q_DECL_IMPORT
  8. #endif
  9. #endif // EPIMAFIA_GLOBAL_H