##// END OF EJS Templates
Minor changes...
Minor changes - Moves Unit struct in its own class - Removes obsolete comment - Changes DataSeries::nbPoints() to return only the number of values (we no longer count number of x)

File last commit:

r850:3715d1ed451c
r864:551a1137cf04
Show More
MimeTypesDef.cpp
6 lines | 315 B | text/x-c | CppLexer
#include "Common/MimeTypesDef.h"
const QString MIME_TYPE_GRAPH = QStringLiteral("scqlop/graph");
const QString MIME_TYPE_ZONE = QStringLiteral("scqlop/zone");
const QString MIME_TYPE_VARIABLE_LIST = QStringLiteral("scqlop/var-list");
const QString MIME_TYPE_TIME_RANGE = QStringLiteral("scqlop/time-range");