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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue