##// END OF EJS Templates
Move Common MIME types constants in a Definition file in core module.
Move Common MIME types constants in a Definition file in core module.

File last commit:

r848:3715d1ed451c
r848:3715d1ed451c
Show More
MimeTypesDef.h
18 lines | 481 B | text/x-c | CLexer
Move Common MIME types constants in a Definition file in core module.
r848 #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_TIME_RANGE;
#endif // SCIQLOP_MIMETYPESDEF_H