mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Apply suggestions from code review
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
(cherry picked from commit 1d1a4f1b30
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
9616d898d4
commit
159771f283
@ -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;
|
||||
};
|
Reference in New Issue
Block a user