Hopefully fix build on FreeBSD

This commit is contained in:
Vlad Zahorodnii 2020-09-29 14:11:32 +03:00
parent 48535b8bc1
commit 9707e7c443

View file

@ -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"