diff options
author | N00byKing <N00byKing@hotmail.de> | 2018-03-30 11:50:10 +0200 |
---|---|---|
committer | N00byKing <N00byKing@hotmail.de> | 2018-03-30 14:14:37 +0200 |
commit | 78e974ba68aac7cc3d47b19acba6d2b1dd97bb8f (patch) | |
tree | 2207d6e44d59a148e7b83aa2d7698b1ea5f22ebc /src/yuzu/main.h | |
parent | cf643df792781364e5647d6398745268e4c40f9a (diff) |
Add Dark theme, Icon theming
configure_general.ui: Add UI Option for Themes
config.cpp: Save Theme Settings
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 592ab7d9e..292021938 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -166,6 +166,9 @@ private: QAction* actions_recent_files[max_recent_files_item]; + // stores default icon theme search paths for the platform + QStringList default_theme_paths; + protected: void dropEvent(QDropEvent* event) override; void dragEnterEvent(QDragEnterEvent* event) override; |