Fix some undefined behaviour
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
1a375dc243
commit
bf1084d7fa
4 changed files with 18 additions and 18 deletions
|
@ -58,7 +58,7 @@ class CheckComboBox : public QComboBox {
|
|||
void toggleCheckState(int index);
|
||||
|
||||
private:
|
||||
QString m_default_text;
|
||||
QString m_separator;
|
||||
bool containerMousePress;
|
||||
QString m_default_text = {};
|
||||
QString m_separator = {};
|
||||
bool m_containerMousePress = false;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue