summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/multimedia/qdeclarativevideo_p.h
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2010-10-06 17:06:15 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2010-10-06 17:11:50 +1000
commit489146b74f37074adce629241beec7d455616e13 (patch)
treecc51ecc341a9276b11a260044b8b4b309fff5f55 /plugins/declarative/multimedia/qdeclarativevideo_p.h
parentd3eaaa4515a64f12c6c60c6a0030784990bbeebd (diff)
Fix data binding to an imported Audio element across contexts.
The meta-data dynamic meta-object didn't support parent meta-objects correctly and was setup prematurely. This technically isn't an issue prior to this patch as the dynamic meta-object is now applied to a child object and therefore not interfering, but it's still better if it's implemented correctly. Task-number: QTMOBILITY-555
Diffstat (limited to 'plugins/declarative/multimedia/qdeclarativevideo_p.h')
-rw-r--r--plugins/declarative/multimedia/qdeclarativevideo_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/declarative/multimedia/qdeclarativevideo_p.h b/plugins/declarative/multimedia/qdeclarativevideo_p.h
index 93e23632f1..7814ffad80 100644
--- a/plugins/declarative/multimedia/qdeclarativevideo_p.h
+++ b/plugins/declarative/multimedia/qdeclarativevideo_p.h
@@ -138,7 +138,7 @@ public:
void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *);
- void classBegin() {}
+ void classBegin();
void componentComplete();
public Q_SLOTS: