Qt/PathPane: Various fixes

This commit is contained in:
spycrab
2018-04-29 01:01:14 +02:00
parent 0cd46f4d21
commit fcb80646ed
2 changed files with 39 additions and 17 deletions

View File

@ -26,6 +26,9 @@ private:
QGridLayout* MakePathsLayout();
void RemovePath();
void OnSDCardPathChanged();
void OnNANDPathChanged();
QListWidget* m_path_list;
QLineEdit* m_game_edit;
QLineEdit* m_nand_edit;