Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
egglessness committed Sep 2, 2024
1 parent cdebc07 commit 571c636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/ApplicationSettingsWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class MouseWheelEventFilter : public QObject
{
public:
explicit MouseWheelEventFilter(QObject* parent)
: QObject(parent) {};
: QObject(parent){};

protected:
bool eventFilter(QObject* obj, QEvent* event) override
Expand Down

0 comments on commit 571c636

Please sign in to comment.