From 2c27a55cfbfc84b9a6bcd9e47267edb5c2d14b57 Mon Sep 17 00:00:00 2001
From: Nikita Krupenko <krnekit@gmail.com>
Date: Wed, 27 Jan 2016 17:44:15 +0200
Subject: [PATCH] Fixed enum value name that disable HiDPI scaling

Change-Id: I670d33ef2e32f5223571b67371c7dc5dd651d5f3
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
---
 doc/src/highdpi.qdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/highdpi.qdoc b/doc/src/highdpi.qdoc
index d8fb4e44..9b14ba7e 100644
--- a/doc/src/highdpi.qdoc
+++ b/doc/src/highdpi.qdoc
@@ -157,7 +157,7 @@
             \note Non-integer scale factors may cause significant
             scaling/painting artifacts.
 
-         \li The application attribute \c Qt::AA_NoHighDpiScaling, introduced in Qt 5.6,
+         \li The application attribute \c Qt::AA_DisableHighDpiScaling, introduced in Qt 5.6,
              turns off all scaling. This is intended for applications that need to use
              actual window system coordinates, regardless of environment variables.
 
-- 
GitLab