summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorMarc Mutz <[email protected]>2025-06-03 23:24:35 +0200
committerMarc Mutz <[email protected]>2025-06-04 14:59:25 +0200
commitc823eccce97cd2eefd927aff8ef4c6838eb11f84 (patch)
tree3cb5983d5e881962b9b2bdca10fe573eadde0059 /src/plugins
parent081436188784d728f5b46b6cf2259429069c2688 (diff)
Normalize signal/slot signatures 2025HEADdev
This is the result of running util/normalize on the code base. The following manual edits were needed: - folded a long connect() line in texture-sharing manual test Pick-to: 6.10 6.9 6.8 6.5 Change-Id: Iaf425d057c1b59bacd09847469a4409d73739a09 Reviewed-by: Liang Qi <[email protected]>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/decorations/adwaita/qwaylandadwaitadecoration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/decorations/adwaita/qwaylandadwaitadecoration.cpp b/src/plugins/decorations/adwaita/qwaylandadwaitadecoration.cpp
index d9ae2c2fb..01424b5db 100644
--- a/src/plugins/decorations/adwaita/qwaylandadwaitadecoration.cpp
+++ b/src/plugins/decorations/adwaita/qwaylandadwaitadecoration.cpp
@@ -339,7 +339,7 @@ void QWaylandAdwaitaDecoration::loadConfiguration()
QDBusConnection::sessionBus().connect(QString(), "/org/freedesktop/portal/desktop"_L1,
"org.freedesktop.portal.Settings"_L1, "SettingChanged"_L1, this,
- SLOT(settingChanged(QString, QString, QDBusVariant)));
+ SLOT(settingChanged(QString,QString,QDBusVariant)));
// Load SVG icons
for (auto mapIt = buttonMap.constBegin(); mapIt != buttonMap.constEnd(); mapIt++) {