##// END OF EJS Templates
Improves AMDA result parsing...
Improves AMDA result parsing Finds the unit among all the commented lines, in order to handle the case where the number of commented lines differs from one file to another

File last commit:

r350:0235d77353e2
r492:41e897ecff03
Show More
AmdaGlobal.h
12 lines | 238 B | text/x-c | CLexer
Alexandre Leroux
Adds Q_DECL_EXPORT for Amda plugin
r350 #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