You are trying to write to QDebugStream and you should write to std::cout, so try this:
instead.Qt Code:
std::cout <<"Hello! We are ready for working" << std::endl;To copy to clipboard, switch view to plain text mode
You are trying to write to QDebugStream and you should write to std::cout, so try this:
instead.Qt Code:
std::cout <<"Hello! We are ready for working" << std::endl;To copy to clipboard, switch view to plain text mode
The Wheel weaves as the Wheel wills.
Krish (27th March 2008)
Bookmarks