From fd8217473be28dc714e0172420b32949d7e6b037 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed Date: Tue, 2 Sep 2014 14:22:44 +0200 Subject: weatherinfo: improve update behavior of weatherinfo example 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 --- examples/positioning/weatherinfo/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/positioning/weatherinfo/main.cpp') diff --git a/examples/positioning/weatherinfo/main.cpp b/examples/positioning/weatherinfo/main.cpp index 6afcf1c4..95303934 100644 --- a/examples/positioning/weatherinfo/main.cpp +++ b/examples/positioning/weatherinfo/main.cpp @@ -43,12 +43,14 @@ #include #include #include +#include //! [0] #include "appmodel.h" int main(int argc, char *argv[]) { + QLoggingCategory::setFilterRules("wapp.*.debug=false"); QGuiApplication application(argc, argv); qmlRegisterType("WeatherInfo", 1, 0, "WeatherData"); -- cgit v1.2.3