trUtf8() is in Qt 4.4 too. If i assign qsOriginalStr directly, it gives me junk characters, so i have to use trUtf8() to get the proper encoded string.
This was the existing code which wasn't written by me.
I don't get any compilation errors so i think it implicitly converts the QString to char *
Should i do like this:
Qt Code:
To copy to clipboard, switch view to plain text mode
Bookmarks