Make QDBusObjectPath debug output also work with Qt6

remotes/origin/work/eric/contextual-gestures
Volker Krause 4 years ago committed by Vlad Zahorodnii
parent bc7324d258
commit ddaa2a3784
  1. 2
      src/plugins/colord-integration/colorddevice.cpp

@ -50,7 +50,7 @@ void ColordDevice::updateProfile()
CdProfileInterface profile(QStringLiteral("org.freedesktop.ColorManager"),
profiles.first().path(), QDBusConnection::systemBus());
if (!profile.isValid()) {
qCWarning(KWIN_COLORD) << profiles.first() << "is an invalid color profile";
qCWarning(KWIN_COLORD) << profiles.first().path() << "is an invalid color profile";
return;
}

Loading…
Cancel
Save