diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h
index 3beff0b34b0d3de6ed22a5a7eebd63ea41183a80..399dd1168669ccaf0dee207c0ad4b9507e9e2cca 100644
--- a/src/timeline/InputBar.h
+++ b/src/timeline/InputBar.h
@@ -32,7 +32,7 @@ class InputBar : public QObject
     Q_PROPERTY(QString text READ text NOTIFY textChanged)
 
 public:
-    InputBar(TimelineModel *parent)
+    explicit InputBar(TimelineModel *parent)
       : QObject()
       , room(parent)
     {