summary refs log tree commit diff
path: root/src/ui/HiddenEvents.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-05-10 03:53:35 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-05-10 03:53:35 +0200
commit90da39313fd59fddefbb94c8599c47e4a1d7b884 (patch)
treeb0f81e5cae2d66b4b2dfacda55e64a62d66ac012 /src/ui/HiddenEvents.h
parentMore image dialog fixes (diff)
downloadnheko-90da39313fd59fddefbb94c8599c47e4a1d7b884.tar.xz
Use right linter
Diffstat (limited to 'src/ui/HiddenEvents.h')
-rw-r--r--src/ui/HiddenEvents.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/HiddenEvents.h b/src/ui/HiddenEvents.h
index 52f62bbd..928b14ba 100644
--- a/src/ui/HiddenEvents.h
+++ b/src/ui/HiddenEvents.h
@@ -18,8 +18,7 @@ class HiddenEvents : public QObject
 public:
     explicit HiddenEvents(QObject *p = nullptr)
       : QObject(p)
-    {
-    }
+    {}
 
     Q_INVOKABLE void toggle(int type);
     Q_INVOKABLE void save();