##// END OF EJS Templates
Calls purge() method when setting cache range or data series of a variable
Calls purge() method when setting cache range or data series of a variable

File last commit:

r350:0235d77353e2
r677:0efbd3cc5e8d
Show More
AmdaGlobal.h
12 lines | 238 B | text/x-c | CLexer
#ifndef SCIQLOP_AMDAGLOBAL_H
#define SCIQLOP_AMDAGLOBAL_H
#include <QtCore/QtGlobal>
#if defined(AMDA_LIB)
#define SCIQLOP_AMDA_EXPORT Q_DECL_EXPORT
#else
#define SCIQLOP_AMDA_EXPORT Q_DECL_IMPORT
#endif
#endif // SCIQLOP_AMDAGLOBAL_H