Skip to content

Commit 1ef0ba0

Browse files
committed
Fixed QtCaptureTest saturation slider: missing event callback connection
1 parent a86b47a commit 1ef0ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

QtCaptureTest/mainwindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ MainWindow::MainWindow(QWidget *parent) :
9797
connect(ui->backlightSlider, SIGNAL(valueChanged(int)), this, SLOT(onBacklightSlider(int)));
9898
connect(ui->sharpnessSlider, SIGNAL(valueChanged(int)), this, SLOT(onSharpnessSlider(int)));
9999
connect(ui->powerlineFreqSlider, SIGNAL(valueChanged(int)), this, SLOT(onColorEnableSlider(int)));
100+
connect(ui->saturationSlider, SIGNAL(valueChanged(int)), this, SLOT(onSaturationSlider(int)));
100101

101102
// add timer to refresh the frame display
102103
m_refreshTimer = new QTimer(this);

0 commit comments

Comments
 (0)