mirror of
https://github.com/romixlab/qmsgpack.git
synced 2026-02-04 14:25:23 +01:00
sysdep.h moved to endianhelper.h for MsgPackStream
MsgPackStream integers fixed (unpack_upto_* removed, bad idea) MsgPackStream::test_array added
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "private/unpack_p.h"
|
||||
#include "private/pack_p.h"
|
||||
#include "private/qt_types_p.h"
|
||||
#include "private/sysdep.h"
|
||||
#include <QVector>
|
||||
|
||||
QVariant MsgPack::unpack(const QByteArray &data)
|
||||
|
||||
Reference in New Issue
Block a user