Remove unnecessary constructor

master
Aleix Pol 2 years ago
parent 39f45ad70f
commit c8c1b05661

@ -171,7 +171,7 @@ public:
if (!requestedInterfaces.toStringList().contains(QString::fromUtf8(interfaceName))) {
if (KWIN_CORE().isDebugEnabled()) {
const QString id = client->executablePath() + QLatin1Char('|') + QString::fromUtf8(interfaceName);
if (!m_reported.contains({id})) {
if (!m_reported.contains(id)) {
m_reported.insert(id);
qCDebug(KWIN_CORE) << "Interface" << interfaceName << "not in X-KDE-Wayland-Interfaces of" << client->executablePath();
}

Loading…
Cancel
Save