Build AppImage with qt6

This commit is contained in:
Adam Honse 2025-04-30 11:25:49 -05:00
parent ef5bab4ff7
commit 6a80f24962
4 changed files with 116 additions and 17 deletions

View file

@ -1641,7 +1641,7 @@ void OpenRGBDialog::onShowDialogMessage()
DontShowAgain = false;
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
QObject::connect(CheckBox_DontShowAgain, &QCheckBox::checkStateChanged, [this](Qt::CheckState state)
#else
QObject::connect(CheckBox_DontShowAgain, &QCheckBox::stateChanged, [this](int state)