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

File last commit:

r862:e45b43f0766d
r875:4aae8a8d06e9 DropProductOnVisu...
Show More
MimeTypesDef.cpp
7 lines | 394 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"
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");
Drag of product
r862 const QString MIME_TYPE_PRODUCT_LIST = QStringLiteral("scqlop/product-list");
Move Common MIME types constants in a Definition file in core module.
r850 const QString MIME_TYPE_TIME_RANGE = QStringLiteral("scqlop/time-range");