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