Hopefully fix build on FreeBSD
This commit is contained in:
parent
48535b8bc1
commit
9707e7c443
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue