KWin
Loading...
Searching...
No Matches
plugin.cpp
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2020 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#include "plugin.h"
8
9namespace KWin
10{
11
12Plugin::Plugin() = default;
13
15
16} // namespace KWin
17
18#include "moc_plugin.cpp"