diff options
Diffstat (limited to 'src/timeline/DelegateChooser.h')
-rw-r--r-- | src/timeline/DelegateChooser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/timeline/DelegateChooser.h b/src/timeline/DelegateChooser.h index 8dff66ad..1772c0c2 100644 --- a/src/timeline/DelegateChooser.h +++ b/src/timeline/DelegateChooser.h @@ -74,8 +74,7 @@ private: DelegateIncubator(DelegateChooser &parent) : QQmlIncubator(QQmlIncubator::AsynchronousIfNested) , chooser(parent) - { - } + {} void statusChanged(QQmlIncubator::Status status) override; DelegateChooser &chooser; |