summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEmi Simpson <emi@alchemi.dev>2020-03-15 12:43:41 -0400
committerEmi Simpson <emi@alchemi.dev>2020-03-15 12:43:41 -0400
commit2320bfea260477da0c172c70173024a33aca7340 (patch)
treec318370e5d7d565784e93ba4d1a168f857cf561f /src
parentMade merge compatible with master (diff)
downloadnheko-2320bfea260477da0c172c70173024a33aca7340.tar.xz
Foiled by the linter once more
Diffstat (limited to 'src')
-rw-r--r--src/UserSettingsPage.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/UserSettingsPage.h b/src/UserSettingsPage.h

index 9dbe643e..a1bc4ffc 100644 --- a/src/UserSettingsPage.h +++ b/src/UserSettingsPage.h
@@ -87,10 +87,7 @@ public: save(); } - void setIgnoreMinorEvents(bool state) - { - ignoreMinorEvents_ = state; - } + void setIgnoreMinorEvents(bool state) { ignoreMinorEvents_ = state; } void setButtonsInTimeline(bool state) {