File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11#pragma once
22
3+ #include < memory>
4+
35#include < sys/mman.h>
46
57namespace qs ::wayland::input_method::impl {
Original file line number Diff line number Diff line change 33#include < memory>
44#include < string>
55
6+ #include < qchar.h>
67#include < wayland-client-protocol.h>
78#include < xkbcommon/xkbcommon.h>
89
Original file line number Diff line number Diff line change 11#include " qml.hpp"
22#include < utility>
33
4+ #include < qqmlengine.h>
5+ #include < qqmlinfo.h>
6+
47#include " input_method.hpp"
58#include " keyboard_grab.hpp"
69#include " manager.hpp"
Original file line number Diff line number Diff line change 11#include " qml_helpers.hpp"
22
3+ #include < qqmlinfo.h>
4+
35namespace qs ::wayland::input_method {
46
57KeyboardTextEdit::KeyboardTextEdit (QObject* parent): Keyboard(parent) {
You can’t perform that action at this time.
0 commit comments