QHighDpiScaling: fix typo in doc

Pick-to: 6.3 6.2
Change-Id: I7f874e85484a6ab4be0280e736b57141bdebc656
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
bb10
Yuhang Zhao 2021-12-23 14:02:08 +08:00
parent 44cd0c6c5f
commit 00d197662d
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ static std::optional<qreal> qEnvironmentVariableOptionalReal(const char *name)
is always enabled. The Qt scale factor value is typically determined by the
QPlatformScreen implementation - see below.
There is one environment variable based opt-out option: set QT_ENABLE_HIGH_DPI_SCALING=0.
There is one environment variable based opt-out option: set QT_ENABLE_HIGHDPI_SCALING=0.
Keep in mind that this does not affect the OS scale factor, which is controlled by
the operating system.