]> git.siccegge.de Git - frida/frida.git/blobdiff - src/core/Comment.cxx
Reenable Qt Signal keywords
[frida/frida.git] / src / core / Comment.cxx
index 2e6ce6153ef694c6e1867116ac0c75e618c0871f..03c7668b5f1477e0b554b2e6f16b4244e02ea853 100644 (file)
@@ -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() {