##// END OF EJS Templates
Updates AMDA JSON file to handle spectrograms...
Updates AMDA JSON file to handle spectrograms - Sets "dataType" attribute to "spectrogram" for all products that have the "display_type" attribute set to "spectrogram" - Adds "server" attribute to spectrograms products to indicate that the server to use for these is the Amda test server

File last commit:

r351:057ef7ee6e0d
r942:131dd68d9046
Show More
MockPluginGlobal.h
12 lines | 274 B | text/x-c | CLexer
#ifndef SCIQLOP_MOCKPLUGINGLOBAL_H
#define SCIQLOP_MOCKPLUGINGLOBAL_H
#include <QtCore/QtGlobal>
#if defined(MOCKPLUGIN_LIB)
#define SCIQLOP_MOCKPLUGIN_EXPORT Q_DECL_EXPORT
#else
#define SCIQLOP_MOCKPLUGIN_EXPORT Q_DECL_IMPORT
#endif
#endif // SCIQLOP_MOCKPLUGINGLOBAL_H