mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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:
|
||||
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; }
|
||||
void setMin(float min) { _min = min; };
|
||||
|
|
Loading…
Reference in a new issue