Try printing out to std output the following:
Qt Code:
std::string converted = test.toStdString(); qDebug()<<test2;To copy to clipboard, switch view to plain text mode
Try printing out to std output the following:
Qt Code:
std::string converted = test.toStdString(); qDebug()<<test2;To copy to clipboard, switch view to plain text mode
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
zoz (30th May 2010)
Bookmarks