summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/videowidget.cpp
Side-by-side diff
Diffstat (limited to 'noncore/multimedia/opieplayer2/videowidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/videowidget.cpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/noncore/multimedia/opieplayer2/videowidget.cpp b/noncore/multimedia/opieplayer2/videowidget.cpp
index 8fdb3d3..d3898a0 100644
--- a/noncore/multimedia/opieplayer2/videowidget.cpp
+++ b/noncore/multimedia/opieplayer2/videowidget.cpp
@@ -290,4 +290,4 @@ void VideoWidget::paintEvent( QPaintEvent * ) {
// Clear the background
- p.setBrush( QBrush( Qt::black ) );
- p.drawRect( rect() );
+// p.setBrush( QBrush( Qt::black ) );
+ //p.drawRect( rect() );
@@ -298,4 +298,4 @@ void VideoWidget::paintEvent( QPaintEvent * ) {
// Clear the movie screen first
- p.setBrush( QBrush( Qt::black ) );
- p.drawRect( 9, 20, 220, 160 );
+// p.setBrush( QBrush( Qt::black ) );
+// p.drawRect( 9, 20, 220, 160 );
@@ -311,2 +311,3 @@ void VideoWidget::paintEvent( QPaintEvent * ) {
slider->repaint( TRUE );
+// videoFrame->repaint( TRUE );
}
@@ -384 +385,4 @@ void VideoWidget::keyReleaseEvent( QKeyEvent *e)
}
+XineVideoWidget* VideoWidget::vidWidget() {
+ return videoFrame;
+}