Skip to content
Snippets Groups Projects
Commit 6e8db1fe authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

DataItem: rm redundant virtual

parent a82131ee
No related branches found
No related tags found
1 merge request!999GUI: save and load activity for job
...@@ -116,7 +116,7 @@ public: ...@@ -116,7 +116,7 @@ public:
void setYaxisTitle(const QString& title); void setYaxisTitle(const QString& title);
//! Sets zoom range of x,y axes to axes of input data //! Sets zoom range of x,y axes to axes of input data
virtual void setAxesRangeToData(); void setAxesRangeToData();
//! Returns dimensions and axesbins of data //! Returns dimensions and axesbins of data
virtual std::vector<int> shape() const = 0; virtual std::vector<int> shape() const = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment