mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-28 12:50:20 +02:00
Update launcher/ui/widgets/CheckComboBox.cpp
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
1d1a4f1b30
commit
22b59e760c
@ -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(", ")
|
||||
|
Loading…
x
Reference in New Issue
Block a user