summaryrefslogtreecommitdiffstats
path: root/application/themes/DarkTheme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/themes/DarkTheme.cpp')
-rw-r--r--application/themes/DarkTheme.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/application/themes/DarkTheme.cpp b/application/themes/DarkTheme.cpp
index 7445dedf..497be1f4 100644
--- a/application/themes/DarkTheme.cpp
+++ b/application/themes/DarkTheme.cpp
@@ -10,6 +10,11 @@ QString DarkTheme::name()
return QObject::tr("Dark");
}
+QString DarkTheme::qtTheme()
+{
+ return "Fusion";
+}
+
QPalette DarkTheme::colorScheme()
{
QPalette darkPalette;