]> git.siccegge.de Git - frida/frida.git/blobdiff - src/core/InformationManager.cxx
Register types for cross-thread signals
[frida/frida.git] / src / core / InformationManager.cxx
index b947a58933006373ff37968702a3e5e18d043769..4a48bae3c7070b12f0dbcd7551d28f9e88081fd0 100644 (file)
@@ -19,6 +19,7 @@ InformationManager::InformationManager()
        : logger(log4cxx::Logger::getLogger("core.InformationManager"))
 {
        current_information_manager = this;
        : logger(log4cxx::Logger::getLogger("core.InformationManager"))
 {
        current_information_manager = this;
+       qRegisterMetaType<NewFunctionEvent>("NewFunctionEvent");
 
        QPluginLoader* loader = new QPluginLoader("libguilePlugin", NULL);
        if (!loader->load())
 
        QPluginLoader* loader = new QPluginLoader("libguilePlugin", NULL);
        if (!loader->load())