aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickframebufferobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickframebufferobject.h')
-rw-r--r--src/quick/items/qquickframebufferobject.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/quick/items/qquickframebufferobject.h b/src/quick/items/qquickframebufferobject.h
index 22f8c92f4d..99e68b963e 100644
--- a/src/quick/items/qquickframebufferobject.h
+++ b/src/quick/items/qquickframebufferobject.h
@@ -75,6 +75,10 @@ public:
virtual Renderer *createRenderer() const = 0;
+ bool isTextureProvider() const Q_DECL_OVERRIDE;
+ QSGTextureProvider *textureProvider() const Q_DECL_OVERRIDE;
+ void releaseResources() Q_DECL_OVERRIDE;
+
protected:
void geometryChanged(const QRectF &newGeometry, const QRectF &oldGeometry);
@@ -83,6 +87,9 @@ protected:
Q_SIGNALS:
void textureFollowsItemSizeChanged(bool);
+
+private Q_SLOTS:
+ void invalidateSG();
};
QT_END_NAMESPACE