summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/lottieanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/lottieanimation.cpp b/src/imports/lottieanimation.cpp
index 6d5fffa..5a489f3 100644
--- a/src/imports/lottieanimation.cpp
+++ b/src/imports/lottieanimation.cpp
@@ -613,7 +613,7 @@ void LottieAnimation::renderNextFrame()
qCDebug(lcLottieQtBodymovinRender) << static_cast<void*>(this)
<< "Frame cache was empty for frame" << m_currentFrame;
m_waitForFrameConn = connect(m_frameRenderThread, &BatchRenderer::frameReady,
- this, [=](LottieAnimation *target, int frameNumber) {
+ this, [this](LottieAnimation *target, int frameNumber) {
if (target != this)
return;
qCDebug(lcLottieQtBodymovinRender) << static_cast<void*>(this)