summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/scanner
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2019-08-05 11:28:30 +0200
committerOliver Wolff <oliver.wolff@qt.io>2019-08-07 10:44:32 +0200
commit99db6526341e6f0f2a4798088c1f954cff013b7b (patch)
treeda49c1c9717a03cdc2e69970ad4848e989e6bb8c /examples/bluetooth/scanner
parent8b7b52d66f2616040ca4aaae3f2732be96e19ab8 (diff)
parentf2f9da656fd77330cce44dfe0721b3f68f1d809d (diff)
Merge remote-tracking branch 'origin/dev' into wip/win
Diffstat (limited to 'examples/bluetooth/scanner')
-rw-r--r--examples/bluetooth/scanner/qmlscanner.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bluetooth/scanner/qmlscanner.cpp b/examples/bluetooth/scanner/qmlscanner.cpp
index 4ead2364..2dbc0c27 100644
--- a/examples/bluetooth/scanner/qmlscanner.cpp
+++ b/examples/bluetooth/scanner/qmlscanner.cpp
@@ -56,6 +56,7 @@
int main(int argc, char *argv[])
{
//QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
+ QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication application(argc, argv);
const QString mainQmlApp(QStringLiteral("qrc:/scanner.qml"));
QQuickView view;