Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWayland Server
Commits
9b1dbfd6
Commit
9b1dbfd6
authored
Sep 29, 2020
by
Vlad Zahorodnii
Browse files
Hopefully fix build on FreeBSD
parent
13f06777
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotests/server/test_textinputv3_interface.cpp
View file @
9b1dbfd6
...
...
@@ -24,6 +24,9 @@
using
namespace
KWaylandServer
;
Q_DECLARE_METATYPE
(
QtWayland
::
zwp_text_input_v3
::
content_purpose
)
Q_DECLARE_METATYPE
(
QtWayland
::
zwp_text_input_v3
::
content_hint
)
class
TextInputV3
:
public
QObject
,
public
QtWayland
::
zwp_text_input_v3
{
Q_OBJECT
...
...
@@ -507,7 +510,5 @@ void TestTextInputV3Interface::testContentHints()
}
QTEST_GUILESS_MAIN
(
TestTextInputV3Interface
)
Q_DECLARE_METATYPE
(
QtWayland
::
zwp_text_input_v3
::
content_purpose
)
Q_DECLARE_METATYPE
(
QtWayland
::
zwp_text_input_v3
::
content_hint
)
#include
"test_textinputv3_interface.moc"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment