Qt: add ConfigChanged signal to Settings

This commit is contained in:
Michael M
2017-09-20 09:29:32 -07:00
committed by Léo Lam
parent 38a8d04c35
commit a334ec3daa
2 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,7 @@ public:
GameListModel* GetGameListModel() const;
signals:
void ConfigChanged();
void EmulationStateChanged(Core::State new_state);
void ThemeChanged();
void PathAdded(const QString&);