summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/scanner/qmlscanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/scanner/qmlscanner.cpp')
-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;