diff --git a/main.cpp b/main.cpp index 90c3eb5..5d7c804 100644 --- a/main.cpp +++ b/main.cpp @@ -203,11 +203,7 @@ void messageHandler(QtMsgType type, const QMessageLogContext& context, const QSt } // Write to the output category of the message and the message itself out << context.category << ": " << msg << "\n"; -#ifdef BUILD_WFSERVER std::cout << QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss.zzz ").toLocal8Bit().toStdString() << msg.toLocal8Bit().toStdString() << "\n"; -#endif - text = out.readAll(); out.flush(); // Clear the buffered data - //mainwindow.handleLogText(test); } #endif diff --git a/wfserver.pro b/wfserver.pro index 43b906e..80bd214 100644 --- a/wfserver.pro +++ b/wfserver.pro @@ -169,4 +169,5 @@ HEADERS += servermain.h \ ulaw.h \ tcpserver.h \ audiotaper.h \ - keyboard.h + keyboard.h \ + wfviewtypes.h \ No newline at end of file