##// END OF EJS Templates
Ajout d'un paramètre à la fonction sendTimecodePeriodically()...
Ajout d'un paramètre à la fonction sendTimecodePeriodically() RMAPPlugin0.sendTimecodePeriodically(1) => démarrage de l'émission RMAPPlugin0.sendTimecodePeriodically(0) => arrêt de l'émission

File last commit:

r57:71cb087f0080 default
r63:3581c05019b0 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