Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
QNetworkAccessManager is not work while app is in background and when returning into foreground. I call get() from onNewIntent and from onResume in Activity. First time request is not delivered to server. Second time finished signal is not emitted.
I resolved my problem by moving request object to main thread