Merge branch 'master' into wp8

This commit is contained in:
xawotihs
2013-12-08 14:17:42 +01:00
59 changed files with 2368 additions and 1486 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ std::string ToHex(T* pointer)
{ \
std::ostringstream stream; \
stream << inString << std::endl; \
OutputDebugStringA(stream.str().c_str()); \
OutputDebugStringA(stream.str().c_str()); \
}
#endif // QT_CONFIG
#endif // Win32, Linux