mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +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:
|
||||
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