##// END OF EJS Templates
Modification of the testCosinusAcquisition to test with 2Millions point...
Modification of the testCosinusAcquisition to test with 2Millions point instead of 20 millions that could make failed tests on windows and on a debug mode

File last commit:

r1087:d404ba4b75e5
r1109:03df095ebc87
Show More
MimeTypesDef.h
20 lines | 615 B | text/x-c | CLexer
Move Common MIME types constants in a Definition file in core module.
r850 #ifndef SCIQLOP_MIMETYPESDEF_H
#define SCIQLOP_MIMETYPESDEF_H
#include "CoreGlobal.h"
#include <QString>
// ////////////////// //
// SciQlop Mime Types //
// ////////////////// //
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_GRAPH;
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_ZONE;
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_VARIABLE_LIST;
Drag of product
r876 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_PRODUCT_LIST;
Move Common MIME types constants in a Definition file in core module.
r850 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_TIME_RANGE;
drag of selection zones
r1087 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_SELECTION_ZONE;
Move Common MIME types constants in a Definition file in core module.
r850
#endif // SCIQLOP_MIMETYPESDEF_H