##// END OF EJS Templates
drop of product on the variables
drop of product on the variables

File last commit:

r862:e45b43f0766d
r874:7d2f05cda6a0
Show More
MimeTypesDef.cpp
7 lines | 394 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_PRODUCT_LIST = QStringLiteral("scqlop/product-list");
const QString MIME_TYPE_TIME_RANGE = QStringLiteral("scqlop/time-range");