Foiled by the linter once more

This commit is contained in:
Emi Simpson 2020-03-15 12:43:41 -04:00
parent 6bbe8ade0f
commit 2320bfea26
No known key found for this signature in database
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 1 additions and 4 deletions

View File

@ -87,10 +87,7 @@ public:
save();
}
void setIgnoreMinorEvents(bool state)
{
ignoreMinorEvents_ = state;
}
void setIgnoreMinorEvents(bool state) { ignoreMinorEvents_ = state; }
void setButtonsInTimeline(bool state)
{