##// END OF EJS Templates
Parser refactoring (1)...
Parser refactoring (1) Creates a helper that will be used to read the properties and values of an AMDA file, to generate the dataset. The helper is intended to replace the current implementation of the parser, to be more generic and thus manage the spectrograms more easily

File last commit:

r350:0235d77353e2
r944:e1494a5194f1
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