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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bluetooth/pingpong/main.cpp b/examples/bluetooth/pingpong/main.cpp
index fc1029de..7c34b135 100644
--- a/examples/bluetooth/pingpong/main.cpp
+++ b/examples/bluetooth/pingpong/main.cpp
@@ -58,6 +58,7 @@
int main(int argc, char *argv[])
{
//QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
+ QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);
PingPong pingPong;
QQmlApplicationEngine engine;