mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 05:06:42 +00:00
DolphinQt2: Settings: emit ThemeChanged signal
This commit is contained in:
parent
d712914d81
commit
5a4ee87d6a
3 changed files with 11 additions and 2 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue