summaryrefslogtreecommitdiffstats
path: root/examples/positioning/weatherinfo/main.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-08 14:49:17 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-08 14:49:17 +0200
commitbba252371e5e7eef45bd62d79203fd90d26399ab (patch)
tree8a2fe5ca4384bb5926805f40ad78ad78cdf2ad2e /examples/positioning/weatherinfo/main.cpp
parent2fed04bc1b8cb35934f005d740fef4cbe76d30d7 (diff)
parentfd8217473be28dc714e0172420b32949d7e6b037 (diff)
Merge remote-tracking branch 'gerrit/5.3' into 5.4
Conflicts: .qmake.conf Change-Id: Ib269ecd9a61ebe25da23a0423682b591f7c399c3
Diffstat (limited to 'examples/positioning/weatherinfo/main.cpp')
-rw-r--r--examples/positioning/weatherinfo/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/positioning/weatherinfo/main.cpp b/examples/positioning/weatherinfo/main.cpp
index fd2ef9fc..6f4e0922 100644
--- a/examples/positioning/weatherinfo/main.cpp
+++ b/examples/positioning/weatherinfo/main.cpp
@@ -43,12 +43,14 @@
#include <QtQml/QQmlEngine>
#include <QtQml/QQmlContext>
#include <QtQuick/QQuickItem>
+#include <QLoggingCategory>
//! [0]
#include "appmodel.h"
int main(int argc, char *argv[])
{
+ QLoggingCategory::setFilterRules("wapp.*.debug=false");
QGuiApplication application(argc, argv);
qmlRegisterType<WeatherData>("WeatherInfo", 1, 0, "WeatherData");