Maliit provides a flexible and cross-platform input method framework for mobile and embedded text input, including a virtual keyboard. It has a plugin-based client-server architecture where applications act as clients and communicate with the Maliit server via input context plugins. WWW: http://maliit.github.io/
10 lines
246 B
C++
10 lines
246 B
C++
--- src/lib/logic/wordengine.cpp.orig 2021-06-30 10:20:03 UTC
|
|
+++ src/lib/logic/wordengine.cpp
|
|
@@ -31,6 +31,7 @@
|
|
|
|
#include "wordengine.h"
|
|
#include "abstractlanguageplugin.h"
|
|
+#include <clocale>
|
|
|
|
namespace MaliitKeyboard {
|
|
namespace Logic {
|