qt5base-lts/examples/widgets/statemachine/factorial
Miguel Costa 7ab84cfe74 factorial example: Fix issue with WinRT console output
Replaced the display of the calculation output, generated using
fprintf(stdout, ...), with qInfo() << ... In WinRT, fprintf to stdout
does not cause output to be generated.

Task-number: QTBUG-67566
Change-Id: I3b95bbf888e863683cbaf54deb26c3821433a5b8
Reviewed-by: Andre de la Rocha <andre.rocha@qt.io>
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
2019-04-03 13:59:47 +00:00
..
factorial.pro Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
main.cpp factorial example: Fix issue with WinRT console output 2019-04-03 13:59:47 +00:00