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=03c7668b5f1477e0b554b2e6f16b4244e02ea853;hp=2e6ce6153ef694c6e1867116ac0c75e618c0871f;hb=057e0e59829f19ee4d9a550f2d3dc9fe9df5c92c;hpb=a066bc221527cb9d48ab669c21da2b36f0364bda diff --git a/src/core/Comment.cxx b/src/core/Comment.cxx index 2e6ce61..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; - Q_EMIT manager->changeCommentEvent(&event); + emit manager->changeCommentEvent(&event); } uint64_t Comment::getAddress() {