##// END OF EJS Templates
Add dataseries getter with new signature
perrinel -
r514:0ff42e877af8 feature/Acquisiti...
parent child
Show More
@@ -34,7 +34,7 public:
34 void setCacheRange(const SqpRange &cacheRange) noexcept;
34 void setCacheRange(const SqpRange &cacheRange) noexcept;
35
35
36 /// @return the data of the variable, nullptr if there is no data
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 QVariantHash metadata() const noexcept;
39 QVariantHash metadata() const noexcept;
40
40
General Comments 1
Under Review
author

Auto status change to "Under Review"

You need to be logged in to leave comments. Login now