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).
If I just want to fetch some data over the internet, but don't want that network connection stays open. How I can say in the QML app, that network isn't needed anymore? But so that I can still use it later if app needs again connection.
Do you mean i.E. mySocket->close()?
[quote author="Scylla" date="1335046704"]Do you mean i.E. mySocket->close()?[/quote]
I don'y know. That's why I'm asking :) Bt hiw do I get mySocket then?