KWin
Loading...
Searching...
No Matches
abstract_data_source.cpp
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2020 David Edmundson <davidedmundson@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6
8
9namespace KWin
10{
11
13 : QObject(parent)
14{
15}
16
17} // namespace KWin
18
19#include "moc_abstract_data_source.cpp"
AbstractDataSource(QObject *parent=nullptr)