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

privatize

parent 5f012cd2
No related branches found
No related tags found
1 merge request!2205rewrite DoubleSpinBox; use DoubleSpinBox for intensity; simplify RealLimits (#870)
...@@ -101,7 +101,7 @@ public: ...@@ -101,7 +101,7 @@ public:
bool isUpperLimited() const; bool isUpperLimited() const;
bool isLimited() const; bool isLimited() const;
protected: private:
RealLimits(bool has_lower_limit, bool has_upper_limit, double lower_limit, double upper_limit); RealLimits(bool has_lower_limit, bool has_upper_limit, double lower_limit, double upper_limit);
bool m_has_lower_limit; //! parameter has lower bound bool m_has_lower_limit; //! parameter has lower bound
......
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