mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Initialize member variables
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user