opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY()
Fixes: QTBUG-95005 Change-Id: I88ab9b757a5cfee520e07ac6280e31f9211342f0 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> (cherry picked from commit 85831bcfe6ce36740c524d641ada79c65aadd89b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
0f013d3c02
commit
cb4026f636
@ -331,7 +331,7 @@ void QOpenGLPaintDevice::setDotsPerMeterX(qreal dpmx)
|
|||||||
|
|
||||||
void QOpenGLPaintDevice::setDotsPerMeterY(qreal dpmy)
|
void QOpenGLPaintDevice::setDotsPerMeterY(qreal dpmy)
|
||||||
{
|
{
|
||||||
d_ptr->dpmx = dpmy;
|
d_ptr->dpmy = dpmy;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user