Skip to content
Snippets Groups Projects
Commit 06ede3bf authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm const getter

parent 55316f7b
No related branches found
No related tags found
1 merge request!1438unify GUI code for scanning instruments
......@@ -179,7 +179,6 @@ public:
const ICoordSystem* createCoordSystem() const override;
AxisProperty& zAxis() { return m_zAxis; }
const AxisProperty& zAxis() const { return m_zAxis; }
bool isExpandParameters() const { return m_expandParameters; }
void setExpandParameters(bool b) { m_expandParameters = b; }
......
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