3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-23 15:45:53 +00:00
Brooklyn/plasma/kcms/touchpad/kcm/touchpadconfigplugin.cpp

16 lines
391 B
C++
Raw Normal View History

2022-04-02 18:24:21 +05:00
/*
SPDX-FileCopyrightText: 2017 Roman Gilg <subdiff@gmail.com>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "touchpadconfigplugin.h"
#include "touchpadconfigcontainer.h"
TouchpadConfigPlugin::TouchpadConfigPlugin(QWidget *parent, TouchpadBackend *backend)
: QWidget(parent)
, m_parent(dynamic_cast<TouchpadConfigContainer *>(parent))
, m_backend(backend)
{
}