aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/themes/ITheme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/ui/themes/ITheme.cpp')
-rw-r--r--launcher/ui/themes/ITheme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/themes/ITheme.cpp b/launcher/ui/themes/ITheme.cpp
index 22043e44..8f0757e1 100644
--- a/launcher/ui/themes/ITheme.cpp
+++ b/launcher/ui/themes/ITheme.cpp
@@ -38,7 +38,7 @@
#include <QDir>
#include "Application.h"
-void ITheme::apply()
+void ITheme::apply(bool)
{
APPLICATION->setStyleSheet(QString());
QApplication::setStyle(QStyleFactory::create(qtTheme()));