Configuration: update formatting.
This commit is contained in:
parent
f68dee939e
commit
ba3769404d
1 changed files with 4 additions and 2 deletions
|
@ -158,11 +158,13 @@ Configuration::setSkipDisclaimer(bool mode) {
|
||||||
_conf.save();
|
_conf.save();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Configuration::isRunningInWine() const {
|
bool
|
||||||
|
Configuration::isRunningInWine() const {
|
||||||
return _isRunningInWine;
|
return _isRunningInWine;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Configuration::setRunningInWine(bool wine) {
|
void
|
||||||
|
Configuration::setRunningInWine(bool wine) {
|
||||||
_isRunningInWine = wine;
|
_isRunningInWine = wine;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue