Skip to content

Commit 723b54b

Browse files
DavidRGriswoldOpenSauce04
authored andcommitted
change deprecated QT check
1 parent 3a525e5 commit 723b54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/citra_qt/configuration/configure_motion_touch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ void ConfigureMotionTouch::ConnectEvents() {
233233
poll_timer->start(200); // Check for new inputs every 200ms
234234
}
235235
});
236-
connect(ui->touchpad_checkbox,&QCheckBox::stateChanged, this, [this]() {UpdateUiDisplay(); });
236+
connect(ui->touchpad_checkbox,&QCheckBox::checkStateChanged, this, [this]() {UpdateUiDisplay(); });
237237
connect(ui->touchpad_config_btn, &QPushButton::clicked, this, [this]() {
238238
if (QMessageBox::information(this, tr("Information"),
239239
tr("After pressing OK, tap the trackpad on the controller"

0 commit comments

Comments
 (0)