summary refs log tree commit diff
path: root/src/ui/RaisedButton.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-22 00:32:49 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-22 00:33:43 +0100
commita13f492e7d587ade54606a77c4e9f497a0fea737 (patch)
treeffb115cd17450e8094e7e15e0d04f2d5d2e9a852 /src/ui/RaisedButton.h
parentMerge pull request #822 from Nheko-Reborn/dm-filter (diff)
downloadnheko-a13f492e7d587ade54606a77c4e9f497a0fea737.tar.xz
Make clang-format <13 and clang-format >=13 behave the same
I think old clang-format is just buggy in those cases, so we should
reenable those blocks, once everyone has 13 or up.
Diffstat (limited to 'src/ui/RaisedButton.h')
-rw-r--r--src/ui/RaisedButton.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/RaisedButton.h b/src/ui/RaisedButton.h

index 277fa7ff..a93fa000 100644 --- a/src/ui/RaisedButton.h +++ b/src/ui/RaisedButton.h
@@ -17,7 +17,6 @@ class RaisedButton : public FlatButton public: explicit RaisedButton(QWidget *parent = nullptr); explicit RaisedButton(const QString &text, QWidget *parent = nullptr); - ~RaisedButton() override; protected: bool event(QEvent *event) override;