aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/screenrecorder/cropandtrim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/screenrecorder/cropandtrim.cpp')
-rw-r--r--src/plugins/screenrecorder/cropandtrim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/screenrecorder/cropandtrim.cpp b/src/plugins/screenrecorder/cropandtrim.cpp
index 819f0e285b..53be6a267b 100644
--- a/src/plugins/screenrecorder/cropandtrim.cpp
+++ b/src/plugins/screenrecorder/cropandtrim.cpp
@@ -541,7 +541,7 @@ TrimWidget::TrimWidget(const ClipInfo &clip, QWidget *parent)
noMargin(),
}.attachTo(this);
- connect(m_frameSlider, &QSlider::valueChanged, this, [this]() {
+ connect(m_frameSlider, &QSlider::valueChanged, this, [this] {
m_currentTime->setFrame(currentFrame());
updateTrimWidgets();
emit positionChanged();