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 1
1
#pragma once
2
2
3
+ #include < memory>
4
+
3
5
#include < sys/mman.h>
4
6
5
7
namespace qs ::wayland::input_method::impl {
Original file line number Diff line number Diff line change 3
3
#include < memory>
4
4
#include < string>
5
5
6
+ #include < qchar.h>
6
7
#include < wayland-client-protocol.h>
7
8
#include < xkbcommon/xkbcommon.h>
8
9
Original file line number Diff line number Diff line change 1
1
#include " qml.hpp"
2
2
#include < utility>
3
3
4
+ #include < qqmlengine.h>
5
+ #include < qqmlinfo.h>
6
+
4
7
#include " input_method.hpp"
5
8
#include " keyboard_grab.hpp"
6
9
#include " manager.hpp"
Original file line number Diff line number Diff line change 1
1
#include " qml_helpers.hpp"
2
2
3
+ #include < qqmlinfo.h>
4
+
3
5
namespace qs ::wayland::input_method {
4
6
5
7
KeyboardTextEdit::KeyboardTextEdit (QObject* parent): Keyboard(parent) {
You can’t perform that action at this time.
0 commit comments