icon changed in win version

This commit is contained in:
John Preston
2014-11-23 14:20:40 +03:00
parent 880c2697d1
commit 4bcfee22ef
72 changed files with 87 additions and 29 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ void debugLogWrite(const char *file, int32 line, const QString &v) {
(*debugLogStream) << msg;
debugLogStream->flush();
#ifdef Q_OS_WIN
OutputDebugString(reinterpret_cast<const wchar_t *>(msg.utf16()));
// OutputDebugString(reinterpret_cast<const wchar_t *>(msg.utf16()));
#elif defined Q_OS_MAC
objc_outputDebugString(msg);
#elif defined Q_OS_LINUX && defined _DEBUG