174061f9f3
For some reason, the overload resolution of the
High DPI scale() functions introduced by
b6ded193ee
chose the
wrong overloads for QPointF and/or QPoint; it fell
back to the generic template intended for qreal,
QSize, etc, ignoring the origin. Remove the
template and spell out all overloads.
Fixes: QTBUG-77255
Change-Id: I5661f16f7326f65156f646f430f5a0c71d5302d2
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
7 lines
125 B
Prolog
7 lines
125 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhighdpiscaling
|
|
|
|
QT += core-private gui-private testlib
|
|
|
|
SOURCES += tst_qhighdpiscaling.cpp
|