##// END OF EJS Templates
timecode generation added to the rmapplugin:...
timecode generation added to the rmapplugin: RMAPPlugin0.sendOneTimecode() RMAPPlugin0.sendTimecodePeriodically()

File last commit:

r57:71cb087f0080 default
r62:8490a8b44e9a 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