##// END OF EJS Templates
Creates sync and desync operations and adds them to the fuzzing tests
Creates sync and desync operations and adds them to the fuzzing tests

File last commit:

r1166:b1566539a03e
r1238:b0db13ba024e
Show More
MimeTypesDef.cpp
9 lines | 559 B | text/x-c | CppLexer
#include "Common/MimeTypesDef.h"
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");
const QString MIME_TYPE_SELECTION_ZONE = QStringLiteral("sciqlop/selection-zone");
const QString MIME_TYPE_EVENT_LIST = QStringLiteral("sciqlop/event-list");