X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FFunction.hxx;h=75b38c2cd34877fe0349b80eae21b5dc57976fbb;hp=d567c28c4828b4763378fd0cbed5b5adb3a42795;hb=9f53c415cf1554e2d9cc040d3d646ec22fe281f6;hpb=3493bceb6690f53900d2a4524401990c601b1464 diff --git a/src/core/Function.hxx b/src/core/Function.hxx index d567c28..75b38c2 100644 --- a/src/core/Function.hxx +++ b/src/core/Function.hxx @@ -30,6 +30,8 @@ public: } void serialize(QXmlStreamWriter& stream); + static Function* deserialize(QXmlStreamReader& stream, InformationManager* manager); + private: Function(uint64_t start_address, InformationManager* manager);