KWin
Loading...
Searching...
No Matches
screencastsource.cpp
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2021 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#include "screencastsource.h"
8
9namespace KWin
10{
11
13 : QObject(parent)
14{
15}
16
17} // namespace KWin
18
19#include "moc_screencastsource.cpp"
ScreenCastSource(QObject *parent=nullptr)