##// END OF EJS Templates
Drag of variables
Drag of variables

File last commit:

r850:3715d1ed451c
r851:73092e810307
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");