#ifndef CRC_H #define CRC_H #endif // CRC_H #include <QByteArray> #include <QtGlobal> quint16 calculateCrc(const QByteArray &data);