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

SciSpinBox rm getters

parent 33f2abfe
No related branches found
No related tags found
1 merge request!2181rm many unused fcts, detected with xunused
......@@ -27,17 +27,10 @@ public:
double value() const;
void setValue(double val);
double singleStep() const;
void setSingleStep(double step);
double minimum() const;
void setMinimum(double min);
double maximum() const;
void setMaximum(double max);
void setDecimals(int);
int decimals() const;
void setSingleStep(double step);
void stepBy(int steps) override;
QValidator::State validate(QString&, int&) const override { return QValidator::Acceptable; }
......
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