Show keyboard instructions if no mouse / warning on custom repo

This commit is contained in:
Floris Bos 2021-11-23 12:09:03 +01:00
parent f5390c821a
commit b34d2a54af
4 changed files with 32 additions and 2 deletions

View file

@ -119,9 +119,11 @@ public:
Q_INVOKABLE QString getCurrentKeyboard();
Q_INVOKABLE void changeLanguage(const QString &newLanguageName);
Q_INVOKABLE void changeKeyboard(const QString &newKeymapLayout);
Q_INVOKABLE bool customRepo();
void replaceTranslator(QTranslator *trans);
QString detectPiKeyboard();
Q_INVOKABLE bool hasMouse();
signals:
/* We are emiting signals with QVariant as parameters because QML likes it that way */