Initialize member variables

This commit is contained in:
Chocobo1
2023-05-07 15:16:32 +08:00
parent 29c05ed3e8
commit 73134d5f4d
29 changed files with 49 additions and 64 deletions

View File

@@ -55,7 +55,7 @@ private:
void toggleCheckState();
bool m_closeOnInteraction;
Qt::CheckState m_checkState;
bool m_closeOnInteraction = true;
Qt::CheckState m_checkState = Qt::Unchecked;
const QString m_text;
};