Fix slot function name

This commit is contained in:
umbreon222
2025-06-10 21:02:39 -05:00
parent ac61a395d7
commit 43b4b134bd

View File

@@ -18,7 +18,7 @@ OpenRGBLIFXSettingsEntry::OpenRGBLIFXSettingsEntry(QWidget *parent) :
{
ui->setupUi(this);
connect(ui->MultizoneCheckBox, SIGNAL(stateChanged(int)), this, SLOT(onMultizoneCheckStateChanged(int)));
connect(ui->MultizoneCheckBox, SIGNAL(stateChanged(int)), this, SLOT(on_MultizoneCheckBox_stateChanged(int)));
}
OpenRGBLIFXSettingsEntry::~OpenRGBLIFXSettingsEntry()