The problem is that Qt internally uses Unicode to store strings and therefore it uses "wide" characters.
Make sure all Qt headers are included before other headers.
The problem is that Qt internally uses Unicode to store strings and therefore it uses "wide" characters.
Make sure all Qt headers are included before other headers.
Thanks...that seems to have fixed the problem!
Bookmarks