X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FComment.cxx;fp=src%2Fcore%2FComment.cxx;h=2e6ce6153ef694c6e1867116ac0c75e618c0871f;hp=983366e8d90a18c7b33d70890bd78f1f685af536;hb=1b43b26ba9b23cb5f3004db7b9b00f6b08227563;hpb=c1d5c719f82283739029be03d20bbf04406ff4d6 diff --git a/src/core/Comment.cxx b/src/core/Comment.cxx index 983366e..2e6ce61 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); + Q_EMIT manager->changeCommentEvent(&event); } uint64_t Comment::getAddress() {