author | simon <simon> | 2002-12-08 22:53:46 (UTC) |
---|---|---|
committer | simon <simon> | 2002-12-08 22:53:46 (UTC) |
commit | df6b6a0222e99736284ed8ebb9a7d8068751339b (patch) (unidiff) | |
tree | ef6c8fea53ae3e2ca8337cbabf1cd3b37089b8cf | |
parent | cb1b7bf6f4dd465cc4f5b268893def8b11ce0bde (diff) | |
download | opie-df6b6a0222e99736284ed8ebb9a7d8068751339b.zip opie-df6b6a0222e99736284ed8ebb9a7d8068751339b.tar.gz opie-df6b6a0222e99736284ed8ebb9a7d8068751339b.tar.bz2 |
- oops, forgot to commit this one
-rw-r--r-- | noncore/multimedia/opieplayer2/mediawidget.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/mediawidget.cpp b/noncore/multimedia/opieplayer2/mediawidget.cpp index 1d18d6f..ca84019 100644 --- a/noncore/multimedia/opieplayer2/mediawidget.cpp +++ b/noncore/multimedia/opieplayer2/mediawidget.cpp | |||
@@ -68,5 +68,11 @@ bool MediaWidget::isOverButton( const QPoint &position, int buttonId ) const | |||
68 | buttonMask.pixelIndex( position.x(), position.y() ) == buttonId + 1 ); | 68 | buttonMask.pixelIndex( position.x(), position.y() ) == buttonId + 1 ); |
69 | } | 69 | } |
70 | 70 | ||
71 | void MediaWidget::repaintButton( int buttonId ) | ||
72 | { | ||
73 | QPainter p( this ); | ||
74 | paintButton( p, buttonId ); | ||
75 | } | ||
76 | |||
71 | /* vim: et sw=4 ts=4 | 77 | /* vim: et sw=4 ts=4 |
72 | */ | 78 | */ |