diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-02 21:46:29 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-02 21:46:29 +0100 |
commit | 66520eae195ad252021ebb5c6bfe2a1efc5f8adf (patch) | |
tree | b747d2ca17a3fc4a7bc116cd309d52861e2b3c0b /src/ui/MxcAnimatedImage.h | |
parent | Fix fade out of ripple (diff) | |
download | nheko-66520eae195ad252021ebb5c6bfe2a1efc5f8adf.tar.xz |
Port image overlay to qml
Allows you to zoom and pan now. relates to #647
Diffstat (limited to 'src/ui/MxcAnimatedImage.h')
-rw-r--r-- | src/ui/MxcAnimatedImage.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |