Add apply method to SpinBox

This commit is contained in:
Jóhannes Gunnar Þorsteinsson 2020-01-09 13:44:23 +00:00
parent e97e951741
commit 083637a901
3 changed files with 14 additions and 0 deletions

View file

@ -88,6 +88,8 @@ public:
void set_prefix(const String &p_prefix);
String get_prefix() const;
void apply();
SpinBox();
};