##// END OF EJS Templates
Add dataseries getter with new signature
perrinel -
r543:0ff42e877af8
parent child
Show More
@@ -34,7 +34,7 public:
34 34 void setCacheRange(const SqpRange &cacheRange) noexcept;
35 35
36 36 /// @return the data of the variable, nullptr if there is no data
37 IDataSeries *dataSeries() const noexcept;
37 std::shared_ptr<IDataSeries> dataSeries() const noexcept;
38 38
39 39 QVariantHash metadata() const noexcept;
40 40
General Comments 0
You need to be logged in to leave comments. Login now