##// 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
#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;
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_PRODUCT_LIST;
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_TIME_RANGE;
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_SELECTION_ZONE;
#endif // SCIQLOP_MIMETYPESDEF_H