##// END OF EJS Templates
Amda provider cleaning...
Amda provider cleaning Removes unnecessary private impl

File last commit:

r408:49f712bf7e59
r409:c01bd18b5f57
Show More
DataProviderParameters.h
15 lines | 365 B | text/x-c | CLexer
/ core / include / Data / DataProviderParameters.h
#ifndef SCIQLOP_DATAPROVIDERPARAMETERS_H
#define SCIQLOP_DATAPROVIDERPARAMETERS_H
#include "SqpDateTime.h"
/**
* @brief The DataProviderParameters struct holds the information needed to retrieve data from a
* data provider
* @sa IDataProvider
*/
struct DataProviderParameters {
QVector<SqpDateTime> m_Times;
};
#endif // SCIQLOP_DATAPROVIDERPARAMETERS_H