summaryrefslogtreecommitdiff
path: root/examples/bluetooth/btchat/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btchat/main.cpp')
-rw-r--r--examples/bluetooth/btchat/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bluetooth/btchat/main.cpp b/examples/bluetooth/btchat/main.cpp
index 5c7bbf75..446d3644 100644
--- a/examples/bluetooth/btchat/main.cpp
+++ b/examples/bluetooth/btchat/main.cpp
@@ -51,11 +51,11 @@
#include "chat.h"
#include <QtWidgets/qapplication.h>
-//#include <QtCore/QLoggingCategory>
+#include <QtCore/QLoggingCategory>
int main(int argc, char *argv[])
{
- //QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
+ // QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
QApplication app(argc, argv);
Chat d;