Add kwin full source tree, greeter login, zsh, pcid service, and build system improvements

This commit is contained in:
2026-04-26 22:31:07 +01:00
parent d4a6b356eb
commit 70a84cefee
3416 changed files with 1360518 additions and 10522 deletions
@@ -0,0 +1,19 @@
/*
SPDX-FileCopyrightText: 2020 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "waylandshellintegration.h"
namespace KWin
{
WaylandShellIntegration::WaylandShellIntegration(QObject *parent)
: QObject(parent)
{
}
} // namespace KWin
#include "moc_waylandshellintegration.cpp"