diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-10-25 14:20:43 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:06:15 +0100 |
commit | 0d8bf6c67693cc1e41bd9fab7ba7924088506b84 (patch) | |
tree | 4ec43fc1c3132f2c4afa99b944c1a6564a39a220 /src/timeline2/DelegateChooser.cpp | |
parent | Incubate delegates asynchronously (diff) | |
download | nheko-0d8bf6c67693cc1e41bd9fab7ba7924088506b84.tar.xz |
lint
Diffstat (limited to 'src/timeline2/DelegateChooser.cpp')
-rw-r--r-- | src/timeline2/DelegateChooser.cpp | 2 |
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 |