Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit cd81188

Browse files
committed
gui: replace checkChanged with checkStateChanged
1 parent 2f5cdd6 commit cd81188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/viewer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ void ImageSettingsWidget::setup_ui(ImageViewWidget* viewer) {
943943
auto* check = new QCheckBox(flag.name, this);
944944
check->setCheckable(true);
945945
connect(
946-
check, &QCheckBox::stateChanged,
946+
check, &QCheckBox::checkStateChanged,
947947
[this, flag](int newState)
948948
{
949949
if (!file_)

0 commit comments

Comments
 (0)