Qt something is printing new line to console very second
Solved
General and Desktop
-
Hi guys
I'm currently working on a QML App with Qt5.11.
I have a weird behaviour with my console.Problem:
When I start my application every second a new line is printed to the console.-
I've commented all my code out to only start a blank qml app and it will still print a new line every second
-
There are no threads or timers running. I've searched for every qml: console.out and qDebug and nothing prints just an empty string
-
I did made multiple qmake runs and fresh builds
When I run the application in Debug Mode with QtCreator than it will not print a new line every second
I'm completly lost on how to tackle this problem. Has anybody experienced something similiar?
Best regards
-
-
Hi,
Do you also have that with a default application ?