##// END OF EJS Templates
Parser refactoring (5)...
Parser refactoring (5) Replaces the basic parser to use the helpers created

File last commit:

r935:b93a3fb4e7f2
r937:6b1251452e75
Show More
AmdaResultParserDefs.cpp
6 lines | 228 B | text/x-c | CppLexer
/ plugins / amda / src / AmdaResultParserDefs.cpp
#include "AmdaResultParserDefs.h"
const QString X_AXIS_UNIT_PROPERTY = QStringLiteral("xAxisUnit");
const QRegularExpression DEFAULT_X_AXIS_UNIT_REGEX
= QRegularExpression{QStringLiteral("-\\s*Units\\s*:\\s*(.+?)\\s*-")};