KWin
Loading...
Searching...
No Matches
kwintouchscreenedgeconfigform.cpp
Go to the documentation of this file.
1/*
2 KWin - the KDE window manager
3 This file is part of the KDE project.
4
5 SPDX-FileCopyrightText: 2009 Lucas Murray <lmurray@undefinedfire.com>
6 SPDX-FileCopyrightText: 2020 Cyril Rossi <cyril.rossi@enioka.com>
7
8 SPDX-License-Identifier: GPL-2.0-or-later
9*/
10
12#include "ui_touch.h"
13
14namespace KWin
15{
16
18 : KWinScreenEdge(parent)
19 , ui(std::make_unique<Ui::KWinTouchScreenConfigUi>())
20{
21 ui->setupUi(this);
22}
23
25
27{
28 return ui->monitor;
29}
30
31} // namespace
32
33#include "moc_kwintouchscreenedgeconfigform.cpp"