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