summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/picturetransfer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/picturetransfer/main.cpp')
-rw-r--r--examples/bluetooth/picturetransfer/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bluetooth/picturetransfer/main.cpp b/examples/bluetooth/picturetransfer/main.cpp
index b4a1e670..4622e87e 100644
--- a/examples/bluetooth/picturetransfer/main.cpp
+++ b/examples/bluetooth/picturetransfer/main.cpp
@@ -58,6 +58,7 @@
int main(int argc, char *argv[])
{
+ QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication application(argc, argv);
//! [Transfer-2]
QQuickView view;