Fixing BR #369 (handle onotice/omsg properly, add /notice command)
[quassel.git] / src / qtui / qtuiapplication.cpp
index 90e2739..7f5189f 100644 (file)
@@ -56,7 +56,7 @@ QtUiApplication::QtUiApplication(int &argc, char **argv)
   parser->addSwitch("debugbufferswitches",0,"Enables debugging for bufferswitches");
   parser->addSwitch("debugmodel",0,"Enables debugging for models");
 
-  qInstallMsgHandler(Client::logMessage);
+  //  qInstallMsgHandler(Client::logMessage);
 }
 
 bool QtUiApplication::init() {