mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Update launcher/ui/widgets/CheckComboBox.cpp
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
(cherry picked from commit 22b59e760c)
This commit is contained in:
parent
159771f283
commit
9456140155
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue