qbolt/qbolt/interop.h

20 lines
279 B
C++

#ifndef INTEROP_H
#define INTEROP_H
#include "../qbolt.h"
#include <QString>
class Interop
{
public:
Interop();
static QString GetError(GoInterface err);
static GoString toGoString_WeakRef(QByteArray *qba);
static int64_t GetMagic();
};
#endif // INTEROP_H