mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
13 lines
350 B
C++
13 lines
350 B
C++
|
|
/*
|
||
|
|
* SPDX-FileCopyrightText: 2021 Aleix Pol <apol@kde.org>
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "vkbdinterface.h"
|
||
|
|
|
||
|
|
KwinVirtualKeyboardInterface::KwinVirtualKeyboardInterface()
|
||
|
|
: OrgKdeKwinVirtualKeyboardInterface(QStringLiteral("org.kde.KWin"), QStringLiteral("/VirtualKeyboard"), QDBusConnection::sessionBus())
|
||
|
|
{
|
||
|
|
}
|