##// END OF EJS Templates
Updates AMDA result parser to accept NaN values...
Updates AMDA result parser to accept NaN values If a value is invalid (for instance not a double), it is converted to NaN. A result line is still invalid if x is invalid (not a date)

File last commit:

r351:057ef7ee6e0d
r496:10850ea661a6
Show More
MockPluginGlobal.h
12 lines | 274 B | text/x-c | CLexer
Alexandre Leroux
Adds Q_DECL_EXPORT for Mock plugin
r351 #ifndef SCIQLOP_MOCKPLUGINGLOBAL_H
#define SCIQLOP_MOCKPLUGINGLOBAL_H
#include <QtCore/QtGlobal>
#if defined(MOCKPLUGIN_LIB)
#define SCIQLOP_MOCKPLUGIN_EXPORT Q_DECL_EXPORT
#else
#define SCIQLOP_MOCKPLUGIN_EXPORT Q_DECL_IMPORT
#endif
#endif // SCIQLOP_MOCKPLUGINGLOBAL_H