summaryrefslogtreecommitdiffstats
path: root/examples/positioning/weatherinfo/main.cpp
diff options
context:
space:
mode:
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 6afcf1c4..95303934 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");