Advance Wayland and KDE package bring-up

This commit is contained in:
2026-04-14 10:51:06 +01:00
parent 5b95e9aa9c
commit 68aa94ce98
15214 changed files with 20594243 additions and 269 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"