Brooklyn/plasma/kcms/keyboard/xkb_helper.h
Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

25 lines
542 B
C++

/*
SPDX-FileCopyrightText: 2010 Andriy Rysin <rysin@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef XKB_HELPER_H_
#define XKB_HELPER_H_
template<typename T>
class QList;
class LayoutUnit;
class QStringList;
class KeyboardConfig;
class XkbHelper
{
public:
static bool initializeKeyboardLayouts(KeyboardConfig &config);
static bool initializeKeyboardLayouts(const QList<LayoutUnit> &layouts);
static bool runConfigLayoutCommand(const QStringList &setxkbmapCommandArguments);
};
#endif /* XKB_HELPER_H_ */