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:
Isaikin Roman
2015-06-10 17:42:06 +03:00
parent 9e61498ca2
commit 318aa870cd
11 changed files with 199 additions and 221 deletions

View File

@@ -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)