mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
DolphinQt: Fix unused widgets in InfoWidget from being visible.
This commit is contained in:
parent
c89139d75d
commit
d106169a83
6 changed files with 22 additions and 26 deletions
|
@ -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 = {};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue