mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt: add ConfigChanged signal to Settings
This commit is contained in:
@ -81,6 +81,7 @@ public:
|
||||
GameListModel* GetGameListModel() const;
|
||||
|
||||
signals:
|
||||
void ConfigChanged();
|
||||
void EmulationStateChanged(Core::State new_state);
|
||||
void ThemeChanged();
|
||||
void PathAdded(const QString&);
|
||||
|
Reference in New Issue
Block a user