mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
DolphinQt2: Settings: emit ThemeChanged signal
This commit is contained in:
@ -26,6 +26,7 @@ public:
|
||||
static Settings& Instance();
|
||||
|
||||
// UI
|
||||
void SetThemeName(const QString& theme_name);
|
||||
QString GetThemeDir() const;
|
||||
QString GetResourcesDir() const;
|
||||
QString GetProfilesDir() const;
|
||||
@ -109,6 +110,7 @@ public:
|
||||
void Save();
|
||||
|
||||
signals:
|
||||
void ThemeChanged();
|
||||
void PathAdded(const QString&);
|
||||
void PathRemoved(const QString&);
|
||||
|
||||
|
Reference in New Issue
Block a user