From 42f2e9a3d70ca2ae7f9bb662373f5156f1bc03bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 15 Nov 2021 14:47:09 +0100 Subject: [PATCH] Add missing meta type declare for serial port errors --- owlet/owletserialtransport.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/owlet/owletserialtransport.h b/owlet/owletserialtransport.h index 032088d0..e301394c 100644 --- a/owlet/owletserialtransport.h +++ b/owlet/owletserialtransport.h @@ -43,4 +43,6 @@ private: bool m_protocolEscaping = false; }; +Q_DECLARE_METATYPE(QSerialPort::SerialPortError) + #endif // OWLETSERIALTRANSPORT_H