Merge branch 'mer/fix-updatemaxzoom' into 'mer-5.6'
Gstreamer: correct signal name in CameraBinZoom::updateZoom See merge request mer-core/qtmultimedia!29
This commit is contained in:
@@ -133,7 +133,7 @@ void CameraBinZoom::updateMaxZoom(GObject *o, GParamSpec *p, gpointer d)
|
||||
|
||||
CameraBinZoom *zoom = reinterpret_cast<CameraBinZoom *>(d);
|
||||
|
||||
QMetaObject::invokeMethod(zoom, "maximumOpticalZoomChanged",
|
||||
QMetaObject::invokeMethod(zoom, "maximumDigitalZoomChanged",
|
||||
Qt::QueuedConnection,
|
||||
Q_ARG(qreal, zoomFactor));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user