Skip to content

Commit

Permalink
MythUIButtonListItem: Ensure all member vars are initialised
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hoyt authored and John Hoyt committed Jan 30, 2021
1 parent 016630a commit e152fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythui/mythuibuttonlist.h
Expand Up @@ -115,8 +115,8 @@ class MUI_PUBLIC MythUIButtonListItem
QString m_fontState;
MythImage *m_image {nullptr};
QString m_imageFilename;
bool m_checkable;
CheckState m_state;
bool m_checkable {false};
CheckState m_state {CantCheck};
QVariant m_data {0};
bool m_showArrow {false};
bool m_isVisible {false};
Expand Down

0 comments on commit e152fb5

Please sign in to comment.