diff options
| author | 2018-11-09 20:38:11 -0500 | |
|---|---|---|
| committer | 2018-11-18 10:53:47 -0500 | |
| commit | a81645400f9ba40b272163ef6f751ba3428b85a1 (patch) | |
| tree | d552327edfbcd8a37321a0cfb2520c37c7cd4869 /src/core/frontend/applets | |
| parent | am: Construct and use proper applets with ILibraryAppletAccessor (diff) | |
| download | yuzu-a81645400f9ba40b272163ef6f751ba3428b85a1.tar.gz yuzu-a81645400f9ba40b272163ef6f751ba3428b85a1.tar.xz yuzu-a81645400f9ba40b272163ef6f751ba3428b85a1.zip | |
qt/main: Register Qt Software Keyboard frontend with AM
Allows using Qt provider over default.
Diffstat (limited to 'src/core/frontend/applets')
| -rw-r--r-- | src/core/frontend/applets/software_keyboard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/frontend/applets/software_keyboard.cpp b/src/core/frontend/applets/software_keyboard.cpp index 8cb888a62..c1bacefef 100644 --- a/src/core/frontend/applets/software_keyboard.cpp +++ b/src/core/frontend/applets/software_keyboard.cpp | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "common/logging/backend.h" | 5 | #include "common/logging/backend.h" |
| 6 | #include "common/string_util.h" | ||
| 6 | #include "core/frontend/applets/software_keyboard.h" | 7 | #include "core/frontend/applets/software_keyboard.h" |
| 7 | 8 | ||
| 8 | namespace Frontend { | 9 | namespace Frontend { |