summary refs log tree commit diff
path: root/src/timeline2/DelegateChooser.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-10-25 14:20:43 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:15 +0100
commit0d8bf6c67693cc1e41bd9fab7ba7924088506b84 (patch)
tree4ec43fc1c3132f2c4afa99b944c1a6564a39a220 /src/timeline2/DelegateChooser.cpp
parentIncubate delegates asynchronously (diff)
downloadnheko-0d8bf6c67693cc1e41bd9fab7ba7924088506b84.tar.xz
lint
Diffstat (limited to 'src/timeline2/DelegateChooser.cpp')
-rw-r--r--src/timeline2/DelegateChooser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline2/DelegateChooser.cpp b/src/timeline2/DelegateChooser.cpp
index e558da61..6aeea69b 100644
--- a/src/timeline2/DelegateChooser.cpp
+++ b/src/timeline2/DelegateChooser.cpp
@@ -9,7 +9,7 @@
 QQmlComponent *
 DelegateChoice::delegate() const
 {
-	return delegate_;
+        return delegate_;
 }
 
 void