#ifndef MSGPACK_H #define MSGPACK_H #include #include namespace MsgPack { QVariant deserialize(const QByteArray &data); } #endif // MSGPACK_H