summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowstheme.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-09-25 15:04:36 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-01-25 20:33:30 +0100
commit859307d7a590873d8df5f8094e13043370fccaa7 (patch)
tree23abcc5c6f0a0c8b6403b370f6eb4fa78e9723a1 /src/plugins/platforms/windows/qwindowstheme.h
parenteb26563dd5483ab83a7a5addf8f98a4921d1edc1 (diff)
Windows QPA: Provide an experimental palette for dark mode
Provide a simple palette for dark mode, implementing dark mode support level 2. Task-number: QTBUG-72028 Change-Id: I6f71870b251ccb7da30c01abb22c224e600f2b27 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/plugins/platforms/windows/qwindowstheme.h')
-rw-r--r--src/plugins/platforms/windows/qwindowstheme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/windows/qwindowstheme.h b/src/plugins/platforms/windows/qwindowstheme.h
index d557c0b4fd..af28f2878c 100644
--- a/src/plugins/platforms/windows/qwindowstheme.h
+++ b/src/plugins/platforms/windows/qwindowstheme.h
@@ -88,11 +88,11 @@ public:
static bool queryHighContrast();
void refreshFonts();
+ void refresh();
static const char *name;
private:
- void refresh() { refreshPalettes(); refreshFonts(); }
void clearPalettes();
void refreshPalettes();
void clearFonts();