DolphinQt: Fix unused widgets in InfoWidget from being visible.

This commit is contained in:
Jordan Woyak
2019-03-23 20:10:09 -05:00
parent c89139d75d
commit d106169a83
6 changed files with 22 additions and 26 deletions

View File

@ -38,7 +38,7 @@ private:
UICommon::GameFile m_game;
QLineEdit* m_checksum_result;
QComboBox* m_language_selector;
QLineEdit* m_name;
QLineEdit* m_maker;
QTextEdit* m_description;
QLineEdit* m_name = {};
QLineEdit* m_maker = {};
QTextEdit* m_description = {};
};