##// END OF EJS Templates
Changes the name of the mokc plugin nodes to facilitate their access in the merged tree
Changes the name of the mokc plugin nodes to facilitate their access in the merged tree

File last commit:

r876:86e05857e5c8
r1083:a94048bf05e3
Show More
MimeTypesDef.cpp
7 lines | 399 B | text/x-c | CppLexer
/ core / src / Common / MimeTypesDef.cpp
Move Common MIME types constants in a Definition file in core module.
r850 #include "Common/MimeTypesDef.h"
Drag of product
r876 const QString MIME_TYPE_GRAPH = QStringLiteral("sciqlop/graph");
const QString MIME_TYPE_ZONE = QStringLiteral("sciqlop/zone");
const QString MIME_TYPE_VARIABLE_LIST = QStringLiteral("sciqlop/var-list");
const QString MIME_TYPE_PRODUCT_LIST = QStringLiteral("sciqlop/product-list");
const QString MIME_TYPE_TIME_RANGE = QStringLiteral("sciqlop/time-range");