-rw-r--r-- | core/multimedia/opieplayer/audiowidget.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/multimedia/opieplayer/audiowidget.cpp b/core/multimedia/opieplayer/audiowidget.cpp index aa48961..ac8c935 100644 --- a/core/multimedia/opieplayer/audiowidget.cpp +++ b/core/multimedia/opieplayer/audiowidget.cpp | |||
@@ -299,27 +299,24 @@ void AudioWidget::showEvent( QShowEvent* ) { | |||
299 | 299 | ||
300 | void AudioWidget::closeEvent( QCloseEvent* ) { | 300 | void AudioWidget::closeEvent( QCloseEvent* ) { |
301 | mediaPlayerState->setList(); | 301 | mediaPlayerState->setList(); |
302 | } | 302 | } |
303 | 303 | ||
304 | 304 | ||
305 | void AudioWidget::paintEvent( QPaintEvent * ) { | 305 | void AudioWidget::paintEvent( QPaintEvent * ) { |
306 | QPainter p( this ); | 306 | QPainter p( this ); |
307 | for ( int i = 0; i < numButtons; i++ ) | 307 | for ( int i = 0; i < numButtons; i++ ) |
308 | paintButton( &p, i ); | 308 | paintButton( &p, i ); |
309 | } | 309 | } |
310 | 310 | ||
311 | void AudioWidget::showMe() { | ||
312 | show(); | ||
313 | } | ||
314 | void AudioWidget::keyReleaseEvent( QKeyEvent *e) | 311 | void AudioWidget::keyReleaseEvent( QKeyEvent *e) |
315 | { | 312 | { |
316 | switch ( e->key() ) { | 313 | switch ( e->key() ) { |
317 | ////////////////////////////// Zaurus keys | 314 | ////////////////////////////// Zaurus keys |
318 | case Key_Home: | 315 | case Key_Home: |
319 | break; | 316 | break; |
320 | case Key_F9: //activity | 317 | case Key_F9: //activity |
321 | hide(); | 318 | hide(); |
322 | // qDebug("Audio F9"); | 319 | // qDebug("Audio F9"); |
323 | break; | 320 | break; |
324 | case Key_F10: //contacts | 321 | case Key_F10: //contacts |
325 | break; | 322 | break; |