##// END OF EJS Templates
Fix missing property required for the drag of variable
Fix missing property required for the drag of variable

File last commit:

r850:3715d1ed451c
r856:ed174e24d277
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");