summaryrefslogtreecommitdiff
path: root/src/core/frontend/applets
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-11-09 20:38:11 -0500
committerGravatar Zach Hilman2018-11-18 10:53:47 -0500
commita81645400f9ba40b272163ef6f751ba3428b85a1 (patch)
treed552327edfbcd8a37321a0cfb2520c37c7cd4869 /src/core/frontend/applets
parentam: Construct and use proper applets with ILibraryAppletAccessor (diff)
downloadyuzu-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.cpp1
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
8namespace Frontend { 9namespace Frontend {