summaryrefslogtreecommitdiffstats
path: root/src/timeline/InputBar.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/timeline/InputBar.h
parenta6b2be112b9a9450998985cbc5ec4ce10a5ae432 (diff)
Use right linter
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r--src/timeline/InputBar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h
index 683a2ed9..28a4bcf6 100644
--- a/src/timeline/InputBar.h
+++ b/src/timeline/InputBar.h
@@ -39,8 +39,7 @@ class InputVideoSurface : public QAbstractVideoSurface
public:
InputVideoSurface(QObject *parent)
: QAbstractVideoSurface(parent)
- {
- }
+ {}
bool present(const QVideoFrame &frame) override;