kwin/src/plugin.cpp

17 lines
260 B
C++
Raw Normal View History

/*
SPDX-FileCopyrightText: 2020 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "plugin.h"
namespace KWin
{
2022-07-05 12:00:41 +00:00
Plugin::Plugin() = default;
2022-07-05 12:00:41 +00:00
PluginFactory::PluginFactory() = default;
} // namespace KWin