X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.hxx;h=a866e0adf62c39791d8a8effe7453794f989cb60;hp=23645440a1e05760abecbf40f0d6587ca66aff81;hb=f9d8bd4a0312a92a1ec3493e83996c0a99d8d1bf;hpb=1b43b26ba9b23cb5f3004db7b9b00f6b08227563 diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index 2364544..a866e0a 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; @@ -28,14 +30,14 @@ class QPluginLoader; class InformationManager : public QObject { #ifndef SWIG Q_OBJECT -Q_SIGNALS: +signals: #else public: #endif void renameFunctionEvent(RenameFunctionEvent* event); - void newFunctionEvent(NewFunctionEvent* event); + void newFunctionEvent(NewFunctionEvent event); void changeCommentEvent(ChangeCommentEvent* event); - void reset(); + void resetEvent(); public: InformationManager(); ~InformationManager();