X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.cxx;fp=src%2Fcore%2FInformationManager.cxx;h=4a48bae3c7070b12f0dbcd7551d28f9e88081fd0;hp=b947a58933006373ff37968702a3e5e18d043769;hb=edf204645cccc7dfd4b2558f0fe6ab17675e6e2d;hpb=ad626cc187f94df0ce811427af717a202ff82e8b diff --git a/src/core/InformationManager.cxx b/src/core/InformationManager.cxx index b947a58..4a48bae 100644 --- a/src/core/InformationManager.cxx +++ b/src/core/InformationManager.cxx @@ -19,6 +19,7 @@ InformationManager::InformationManager() : logger(log4cxx::Logger::getLogger("core.InformationManager")) { current_information_manager = this; + qRegisterMetaType("NewFunctionEvent"); QPluginLoader* loader = new QPluginLoader("libguilePlugin", NULL); if (!loader->load())