##// END OF EJS Templates
spooling frequency of the star dundee bridge changed from 100 ms to 1 ms
spooling frequency of the star dundee bridge changed from 100 ms to 1 ms

File last commit:

r46:47a6c68a9cf9 default
r53:cd731a3327c0 default
Show More
parameterdump_global.h
12 lines | 276 B | text/x-c | CLexer
#ifndef PARAMETERDUMP_GLOBAL_H
#define PARAMETERDUMP_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(PARAMETERDUMP_LIBRARY)
# define PARAMETERDUMPSHARED_EXPORT Q_DECL_EXPORT
#else
# define PARAMETERDUMPSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // PARAMETERDUMP_GLOBAL_H