mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Fix some undefined behaviour
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -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;
|
||||
};
|
Reference in New Issue
Block a user