Multiple icon themes!
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
e8c44e700d
commit
97662f5c8e
14 changed files with 171 additions and 68 deletions
|
@ -70,6 +70,7 @@ class TranslationsModel;
|
|||
class ITheme;
|
||||
class MCEditTool;
|
||||
class ThemeManager;
|
||||
class IconTheme;
|
||||
|
||||
namespace Meta {
|
||||
class Index;
|
||||
|
@ -124,6 +125,8 @@ public:
|
|||
|
||||
QList<ITheme*> getValidApplicationThemes();
|
||||
|
||||
QList<IconTheme*> getValidIconThemes();
|
||||
|
||||
void setApplicationTheme(const QString& name);
|
||||
|
||||
shared_qobject_ptr<ExternalUpdater> updater() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue