/** * SPDX-FileCopyrightText: 2018 Albert Vaca Cintora * * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "abstractremoteinput.h" AbstractRemoteInput::AbstractRemoteInput(QObject *parent) : QObject(parent) { } #include "moc_abstractremoteinput.cpp"