mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-30 22:00:17 +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();
|
void checkStateChanged();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QStringList m_checked = {};
|
QStringList m_checked;
|
||||||
};
|
};
|
||||||
|
|
||||||
CheckComboBox::CheckComboBox(QWidget* parent) : QComboBox(parent), m_separator(", ")
|
CheckComboBox::CheckComboBox(QWidget* parent) : QComboBox(parent), m_separator(", ")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user