diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h index 3beff0b3..399dd116 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) {