##// END OF EJS Templates
SID_TC_GROUND not used anymore, replaced by SID_TC_RPW_INTERNAL in dashboard
SID_TC_GROUND not used anymore, replaced by SID_TC_RPW_INTERNAL in dashboard

File last commit:

r57:71cb087f0080 default
r61:13a1e190a01e default
Show More
paulcommon_global.h
12 lines | 251 B | text/x-c | CLexer
Last comit before installation on pc-coillot
r50 #ifndef PAULCOMMON_GLOBAL_H
#define PAULCOMMON_GLOBAL_H
Progress bar added to the plugin
r57 #include <qglobal.h>
Last comit before installation on pc-coillot
r50
#if defined(PAULCOMMON_LIBRARY)
# define PAULCOMMONSHARED_EXPORT Q_DECL_EXPORT
#else
# define PAULCOMMONSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // PAULCOMMON_GLOBAL_H