2020-11-07 19:34:55 +00:00
|
|
|
/*
|
|
|
|
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;
|
2020-11-07 19:34:55 +00:00
|
|
|
|
2022-07-05 12:00:41 +00:00
|
|
|
PluginFactory::PluginFactory() = default;
|
2020-11-07 19:34:55 +00:00
|
|
|
|
|
|
|
} // namespace KWin
|