From 0ff42e877af88c3e7452a0f83aa70067e6f2e881 2017-08-14 12:52:49 From: mperrinel Date: 2017-08-14 12:52:49 Subject: [PATCH] Add dataseries getter with new signature --- diff --git a/core/include/Variable/Variable.h b/core/include/Variable/Variable.h index 51e3174..e67ba68 100644 --- a/core/include/Variable/Variable.h +++ b/core/include/Variable/Variable.h @@ -34,7 +34,7 @@ public: void setCacheRange(const SqpRange &cacheRange) noexcept; /// @return the data of the variable, nullptr if there is no data - IDataSeries *dataSeries() const noexcept; + std::shared_ptr dataSeries() const noexcept; QVariantHash metadata() const noexcept;