X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=main%2Fglobal.cpp;h=962ac41c7b711d2be607b22d036e34776d1aec84;hp=25eba7ec6167dae7f0d2cc9d87255ad78cb51b98;hb=13e45fd2d89d3704aebfba1031cfc7b23aad73d2;hpb=1c7d9f13b744cd517c0769f453fd8dc3106cd94c;ds=sidebyside diff --git a/main/global.cpp b/main/global.cpp index 25eba7ec..962ac41c 100644 --- a/main/global.cpp +++ b/main/global.cpp @@ -32,6 +32,7 @@ Global::Global() { if(global) qFatal("Trying to instantiate more than one Global object!"); qInstallMsgHandler(messageHandler); qRegisterMetaType("Message"); + qRegisterMetaTypeStreamOperators("Message"); //initIconMap(); }