X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fbindings%2FGuile.hxx;h=d67a0ddf0ac55dcc0d64de6ff3df312210f55a39;hp=7c45a9549c56fa52b822db552223ba47a2e1d88d;hb=c81c0d3dba088b302187d7862a62ca88d2306e24;hpb=adb0e762792c23674633b8513f4106b82aa38d15 diff --git a/src/bindings/Guile.hxx b/src/bindings/Guile.hxx index 7c45a95..d67a0dd 100644 --- a/src/bindings/Guile.hxx +++ b/src/bindings/Guile.hxx @@ -5,7 +5,10 @@ #include "Interpreter.hxx" -class GuileInterpreter : public Interpreter { +class GuileInterpreter : public QObject, public Interpreter { + Q_OBJECT + Q_PLUGIN_METADATA(IID "xyz.frida.Interpreter") + Q_INTERFACES(Interpreter) public: GuileInterpreter();