some change.

This commit is contained in:
2025-06-19 16:20:01 +08:00
parent 5f5569495e
commit dfc2639746
8 changed files with 20 additions and 11 deletions

View File

@@ -4,6 +4,7 @@
#include <QByteArray>
#include <QSharedPointer>
#include <QString>
#include <QMetaType>
constexpr quint32 CHUNK_BUF_SIZE = 1 * 1024 * 1024;
@@ -52,4 +53,5 @@ public:
static QByteArray PackBuffer(const QSharedPointer<FrameBuffer>& frame);
};
#endif // PROTOCOL_H