diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-09 20:38:11 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-11-18 10:53:47 -0500 |
commit | a81645400f9ba40b272163ef6f751ba3428b85a1 (patch) | |
tree | d552327edfbcd8a37321a0cfb2520c37c7cd4869 /src/yuzu/applets/software_keyboard.cpp | |
parent | 48fcb43585132e52acaf9d859dd5d39fb308cb14 (diff) |
qt/main: Register Qt Software Keyboard frontend with AM
Allows using Qt provider over default.
Diffstat (limited to 'src/yuzu/applets/software_keyboard.cpp')
-rw-r--r-- | src/yuzu/applets/software_keyboard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/applets/software_keyboard.cpp b/src/yuzu/applets/software_keyboard.cpp index 9e1c59626b..bd8bd0dd01 100644 --- a/src/yuzu/applets/software_keyboard.cpp +++ b/src/yuzu/applets/software_keyboard.cpp @@ -9,6 +9,7 @@ #include <QLineEdit> #include <QVBoxLayout> #include "common/logging/backend.h" +#include "common/string_util.h" #include "yuzu/applets/software_keyboard.h" QtSoftwareKeyboardValidator::QtSoftwareKeyboardValidator( |