summaryrefslogtreecommitdiffstats
path: root/src/plugins/blackberry/common/windowgrabber.h
diff options
context:
space:
mode:
authorTobias Koenig <tobias.koenig.qnx@kdab.com>2013-06-04 16:09:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-05 10:26:53 +0200
commit056fe7e11e36f88e4e9fbe5838742d50aed3eda3 (patch)
tree7de126489dcce79b6ba36583e88e9c7771cb6e32 /src/plugins/blackberry/common/windowgrabber.h
parent3d45b9147ec93c4af38aef5e6ab2302681bb1425 (diff)
BlackBerry: Fix frame size of video playback
Adapt the frame size dynamically, since mmrenderer resizes the source viewport of the native video window at runtime on some hardware platforms. Task-number: QTBUG-31534 Change-Id: Ie637d7a80697175dacb454535fbe251b2c7a6809 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'src/plugins/blackberry/common/windowgrabber.h')
-rw-r--r--src/plugins/blackberry/common/windowgrabber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/blackberry/common/windowgrabber.h b/src/plugins/blackberry/common/windowgrabber.h
index 547742da1..f8e3686a2 100644
--- a/src/plugins/blackberry/common/windowgrabber.h
+++ b/src/plugins/blackberry/common/windowgrabber.h
@@ -79,6 +79,7 @@ private slots:
private:
void cleanup();
+ void updateFrameSize();
QTimer m_timer;