kwin/waylandshellintegration.cpp

18 lines
299 B
C++
Raw Normal View History

/*
* 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