Qt/Properties: Implement "Gecko codes" tab

This commit is contained in:
spycrab
2017-09-10 19:10:45 +02:00
parent 5aecd61ede
commit f90e81b9db
12 changed files with 302 additions and 7 deletions

View File

@ -13,4 +13,7 @@ class PropertiesDialog final : public QDialog
Q_OBJECT
public:
explicit PropertiesDialog(QWidget* parent, const GameFile& game);
signals:
void OpenGeneralSettings();
};