summaryrefslogtreecommitdiffstats
path: root/examples/positioning/weatherinfo/appmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* weatherinfo: improve update behavior of weatherinfo example5.3Fawzi Mohamed2014-09-031-10/+71
| | | | | | | | Ensure that new data will get processed, and that error can be recovered, while avoiding an excessive load on the server. Change-Id: I1c3a0b17eb0cc31553013e953d7dcf46060daef1 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Don't hang weatherinfo if position source has an error.Alex Blasche2014-08-141-0/+17
| | | | | | | | We continue with the simulation mode. Task-number: QTBUG-40702 Change-Id: I130b0080a198a218803986fb7ff06fdd0b83186a Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
* Reorder example dir structure according to Qt conventionAlex Blasche2013-11-181-0/+497
Causes undesirable example structure in Qt release package Task-number: QTBUG-34907 Change-Id: I47e2205aa6faef388792146b36cf6ae6cae863da Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>