Update launcher/ui/widgets/CheckComboBox.cpp

Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
(cherry picked from commit 22b59e760c0f39749916052b9323e55f4217dd72)
This commit is contained in:
Alexandru Ionut Tripon 2025-02-11 21:03:04 +02:00 committed by github-actions[bot]
parent 159771f283
commit 9456140155

View File

@ -67,7 +67,7 @@ class CheckComboModel : public QIdentityProxyModel {
void checkStateChanged();
private:
QStringList m_checked = {};
QStringList m_checked;
};
CheckComboBox::CheckComboBox(QWidget* parent) : QComboBox(parent), m_separator(", ")