summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2021-02-22 15:05:28 +0100
committerAndreas Buhr <andreas@andreasbuhr.de>2021-02-25 17:12:46 +0100
commit5fafa8390937a507183936d8ddb543ceef6635a5 (patch)
tree4abdd24a65fc59bbd922ebb0069f5a51824e658f /examples/bluetooth/heartrate-game
parent180f895023f136a694738667a73674968964bafc (diff)
Unify logging preparation across bluetooth examples
This patch streamlines all bluetooth examples to have logging prepared, but not activated, in main(). Change-Id: Idbc81e2937c56acdc17c8fb81de2b8afe384608d Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/bluetooth/heartrate-game')
-rw-r--r--examples/bluetooth/heartrate-game/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/heartrate-game/main.cpp b/examples/bluetooth/heartrate-game/main.cpp
index 099f82a7..4a58ac90 100644
--- a/examples/bluetooth/heartrate-game/main.cpp
+++ b/examples/bluetooth/heartrate-game/main.cpp
@@ -59,7 +59,7 @@
int main(int argc, char *argv[])
{
- QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
+ // QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
QGuiApplication app(argc, argv);
ConnectionHandler connectionHandler;