aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgtext_p.h
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2011-06-01 16:18:37 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2011-06-01 16:18:37 +0200
commit6da49f13f80fa4a8f1b62424672f7ea081c6fa83 (patch)
tree187ac766a71b8e56fa4283484ed52b773b62e8f0 /src/declarative/items/qsgtext_p.h
parent0e2aaa5a28349d7c906005ae12dd8656ca07b53e (diff)
Make complex rich text works with the threaded renderer.
Painting must be done from the GUI thread.
Diffstat (limited to 'src/declarative/items/qsgtext_p.h')
-rw-r--r--src/declarative/items/qsgtext_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/items/qsgtext_p.h b/src/declarative/items/qsgtext_p.h
index 090a2b0e67..a5b61bcb2e 100644
--- a/src/declarative/items/qsgtext_p.h
+++ b/src/declarative/items/qsgtext_p.h
@@ -199,6 +199,7 @@ protected:
virtual void geometryChanged(const QRectF &newGeometry,
const QRectF &oldGeometry);
virtual QSGNode *updatePaintNode(QSGNode *, UpdatePaintNodeData *);
+ virtual bool event(QEvent *);
private:
Q_DISABLE_COPY(QSGText)