diff --git a/src/plugins/platformthemes/gtk3/qgtk3portalinterface.cpp b/src/plugins/platformthemes/gtk3/qgtk3portalinterface.cpp index 1ffdda74fa8..e291fb9e4df 100644 --- a/src/plugins/platformthemes/gtk3/qgtk3portalinterface.cpp +++ b/src/plugins/platformthemes/gtk3/qgtk3portalinterface.cpp @@ -99,7 +99,7 @@ void QGtk3PortalInterface::queryColorScheme() { QDBusConnection::sessionBus().connect( "org.freedesktop.portal.Desktop"_L1, "/org/freedesktop/portal/desktop"_L1, "org.freedesktop.portal.Settings"_L1, "SettingChanged"_L1, this, - SLOT(settingChanged(QString, QString, QDBusVariant))); + SLOT(settingChanged(QString,QString,QDBusVariant))); } void QGtk3PortalInterface::settingChanged(const QString &group, const QString &key,