mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02:00
Indentation
This commit is contained in:
parent
eb007b24cd
commit
006780fe8e
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class IntPreference : public TypedPreference<int> {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
IntPreference(const QString& category, const QString& name, Getter getter, Setter setter)
|
IntPreference(const QString& category, const QString& name, Getter getter, Setter setter)
|
||||||
: TypedPreference(category, name, getter, setter) { }
|
: TypedPreference(category, name, getter, setter) { }
|
||||||
|
|
||||||
float getMin() const { return _min; }
|
float getMin() const { return _min; }
|
||||||
void setMin(float min) { _min = min; };
|
void setMin(float min) { _min = min; };
|
||||||
|
|
Loading…
Reference in a new issue