From 66520eae195ad252021ebb5c6bfe2a1efc5f8adf Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 2 Jan 2022 21:46:29 +0100 Subject: Port image overlay to qml Allows you to zoom and pan now. relates to #647 --- src/ui/MxcAnimatedImage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/MxcAnimatedImage.h') diff --git a/src/ui/MxcAnimatedImage.h b/src/ui/MxcAnimatedImage.h index 1afe6a19..8891e57e 100644 --- a/src/ui/MxcAnimatedImage.h +++ b/src/ui/MxcAnimatedImage.h @@ -60,6 +60,7 @@ public: } } + void geometryChanged(const QRectF &newGeometry, const QRectF &oldGeometry) override; QSGNode *updatePaintNode(QSGNode *oldNode, QQuickItem::UpdatePaintNodeData *updatePaintNodeData) override; -- cgit 1.4.1