##// 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
parameterdump_global.h
12 lines | 269 B | text/x-c | CLexer
#ifndef PARAMETERDUMP_GLOBAL_H
#define PARAMETERDUMP_GLOBAL_H
#include <qglobal.h>
#if defined(PARAMETERDUMP_LIBRARY)
# define PARAMETERDUMPSHARED_EXPORT Q_DECL_EXPORT
#else
# define PARAMETERDUMPSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // PARAMETERDUMP_GLOBAL_H