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:
parent
159771f283
commit
9456140155
@ -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…
Reference in New Issue
Block a user