##// END OF EJS Templates
Fix asynchrone bug with reset of the download progress state
Fix asynchrone bug with reset of the download progress state

File last commit:

r1362:c5e93e891fc6
r1392:40334c320188
Show More
MimeTypesDef.cpp
10 lines | 657 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");
drag of selection zones
r1087 const QString MIME_TYPE_SELECTION_ZONE = QStringLiteral("sciqlop/selection-zone");
Drag d'un event sur le TimeWidget
r1166 const QString MIME_TYPE_EVENT_LIST = QStringLiteral("sciqlop/event-list");
Move event in catalogue with Drag&Drop
r1362 const QString MIME_TYPE_SOURCE_CATALOGUE_LIST = QStringLiteral("sciqlop/source-catalogue-list");