aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/theme/mtheme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/theme/mtheme.cpp')
-rw-r--r--src/corelib/theme/mtheme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/theme/mtheme.cpp b/src/corelib/theme/mtheme.cpp
index 95c95728..b36638a4 100644
--- a/src/corelib/theme/mtheme.cpp
+++ b/src/corelib/theme/mtheme.cpp
@@ -554,7 +554,7 @@ bool MTheme::hasPendingRequests()
return instance()->d_ptr->themeDaemon->hasPendingRequests();
}
-void MThemePrivate::reinit(const QString &newApplicationName, const QString &, MTheme::ThemeService)
+void MThemePrivate::reinit(const QString &newApplicationName)
{
delete application;
applicationName = newApplicationName;