File indexing completed on 2024-04-14 04:51:46

0001 /**
0002  * SPDX-FileCopyrightText: 2018 Albert Vaca Cintora <albertvaka@gmail.com>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005  */
0006 
0007 #include "abstractremoteinput.h"
0008 
0009 AbstractRemoteInput::AbstractRemoteInput(QObject *parent)
0010     : QObject(parent)
0011 {
0012 }
0013 
0014 #include "moc_abstractremoteinput.cpp"