X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FComment.cxx;h=03c7668b5f1477e0b554b2e6f16b4244e02ea853;hp=983366e8d90a18c7b33d70890bd78f1f685af536;hb=HEAD;hpb=98e46099f6366309366ea54fc4b97fd5cb383fa7 diff --git a/src/core/Comment.cxx b/src/core/Comment.cxx index 983366e..03c7668 100644 --- a/src/core/Comment.cxx +++ b/src/core/Comment.cxx @@ -17,7 +17,7 @@ Comment::Comment(uint64_t address, Function* location, InformationManager* manag void Comment::setText(const std::string& text) { ChangeCommentEvent event(address, location, this); this->text = text; - manager->dispatch(&event); + emit manager->changeCommentEvent(&event); } uint64_t Comment::getAddress() {