X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.hxx;h=f39f6e4335af3ef80c3cc5be58951293bc740e0b;hp=c7d6321cdbf1e2c5386ae1983bc1c6022388b723;hb=568fd6801188fb8c092c7820102824a572ec656e;hpb=4979a0a839390713671f3f9756dc6820501d4ad4 diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index c7d6321..f39f6e4 100644 --- a/src/core/InformationManager.hxx +++ b/src/core/InformationManager.hxx @@ -11,6 +11,8 @@ #include "qt.hxx" #include "disassembler/Disassembler.hxx" +#include "core/events/NewFunctionEvent.hxx" + class Interpreter; class Function; @@ -33,7 +35,7 @@ signals: public: #endif void renameFunctionEvent(RenameFunctionEvent* event); - void newFunctionEvent(NewFunctionEvent* event); + void newFunctionEvent(NewFunctionEvent event); void changeCommentEvent(ChangeCommentEvent* event); void resetEvent(); public: @@ -114,6 +116,7 @@ private: std::unique_ptr tmpfile; std::vector plugins; + QThread disassemblerThread; log4cxx::LoggerPtr logger; };