Add missing meta type declare for serial port errors

This commit is contained in:
Simon Stürz 2021-11-15 14:47:09 +01:00 committed by Michael Zanetti
parent 9878a0c18c
commit 42f2e9a3d7

View File

@ -43,4 +43,6 @@ private:
bool m_protocolEscaping = false;
};
Q_DECLARE_METATYPE(QSerialPort::SerialPortError)
#endif // OWLETSERIALTRANSPORT_H