summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btscanner/main.cpp')
-rw-r--r--examples/bluetooth/btscanner/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bluetooth/btscanner/main.cpp b/examples/bluetooth/btscanner/main.cpp
index ca762802..a84dcda9 100644
--- a/examples/bluetooth/btscanner/main.cpp
+++ b/examples/bluetooth/btscanner/main.cpp
@@ -54,6 +54,7 @@
int main(int argc, char *argv[])
{
+ QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication app(argc, argv);
DeviceDiscoveryDialog d;