From bf7f99500b3478054388d1124c71fecfa7c3e74b Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 14 Dec 2017 01:25:32 -0800 Subject: Revert "settings: switch keyboard to qtvirtualkeyboardplugin" This reverts commit 9990ec3dfdbd159b2077a33aa62dd52f53f174b2. Currently SPEC-1120 is blocking qtvirtualkeyboard from sending keystokes to applications. Bug-AGL: SPEC-1185 Change-Id: I02d02f6c1cf912d5b4f0face0add9c9af43c2af2 Signed-off-by: Matt Ranostay --- app/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'app/main.cpp') diff --git a/app/main.cpp b/app/main.cpp index 3a71fb0..d496ef6 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -50,7 +50,6 @@ int main(int argc, char *argv[]) { QString myname = QString("Settings"); - qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard")); QGuiApplication app(argc, argv); app.setApplicationName(myname); app.setApplicationVersion(QStringLiteral("0.1.0")); -- cgit 1.2.3-korg