Advertisement
Guest User

main.cc

a guest
Feb 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include <iostream>
  2. #include <QtCore/QString>
  3. #include <QtCore/QDebug>
  4.  
  5. int
  6. main()
  7. {
  8.     QString str("test");
  9.     qDebug(str.toLatin1());
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement