summaryrefslogtreecommitdiffstats
path: root/src/timeline/DelegateChooser.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-05-10 03:19:53 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-05-10 03:20:09 +0200
commita6b2be112b9a9450998985cbc5ec4ce10a5ae432 (patch)
treeac8f472f4a662679f3304c380e95f75d12b2415e /src/timeline/DelegateChooser.h
parent8f6ed458a65fa9425c80d637289151971db674d7 (diff)
More image dialog fixes
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;