summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/pingpong/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/pingpong/main.cpp')
-rw-r--r--examples/bluetooth/pingpong/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/bluetooth/pingpong/main.cpp b/examples/bluetooth/pingpong/main.cpp
index d2a84440..b6430248 100644
--- a/examples/bluetooth/pingpong/main.cpp
+++ b/examples/bluetooth/pingpong/main.cpp
@@ -41,10 +41,13 @@
#include <QQmlContext>
#include <QGuiApplication>
#include <QQmlApplicationEngine>
+#include <QLoggingCategory>
#include "pingpong.h"
+
int main(int argc, char *argv[])
{
+ //QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
QGuiApplication app(argc, argv);
PingPong pingPong;
QQmlApplicationEngine engine;