mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Apply suggestions from code review
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
bf1084d7fa
commit
1d1a4f1b30
2 changed files with 4 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ class CheckComboBox : public QComboBox {
|
|||
void toggleCheckState(int index);
|
||||
|
||||
private:
|
||||
QString m_default_text = {};
|
||||
QString m_separator = {};
|
||||
QString m_default_text;
|
||||
QString m_separator;
|
||||
bool m_containerMousePress = false;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue