Originally Posted by high_flyer Let start with: Qt Code: Switch view while(getchar() != '\n') QCoreApplication::processEvents();loop->start(); while(getchar() != '\n') QCoreApplication::processEvents(); loop->start(); To copy to clipboard, switch view to plain text mode loop->start() will never get called since you didn't use scope for the while(). start will be called when the condition is false.
while(getchar() != '\n') QCoreApplication::processEvents();loop->start();
while(getchar() != '\n') QCoreApplication::processEvents(); loop->start();
View Tag Cloud
Forum Rules
Bookmarks