user avatar
Simplify tst_qwindow::positioning()
Morten Johan Sørvig authored
platformScreenForWindow() is currently implemented as:
	return window->screen()->handle();

Use window.screen() directly and avoid the QHighDpi
conversion call.

Change-Id: I0f6487efc4d1494813179665b21150f3ca7a8666
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: default avatarPaul Olav Tvete <paul.tvete@theqtcompany.com>
59642945