[OpenDocString] kdeconnect-kde (cpp)
abstractremoteinput.cpp
AbstractRemoteInput::AbstractRemoteInput(QObject *parent)
    : QObject(parent)
{
}
Constructs a new remote input object. The parent object is the parent of the object, it is created only once and persists for the lifetime of the program.