Fix some reposition bugs in the playlist.

This commit is contained in:
Tobias Rundstrom 2006-03-11 19:08:36 -03:00
parent 103e016cbd
commit 33d3d29914
3 changed files with 27 additions and 8 deletions

View file

@ -20,6 +20,7 @@ class PlaylistList : public QWidget {
void addItem (PlaylistItem *i);
void setOffset (int i) { m_offset = i; }
uint getOffset (void) const { return m_offset; }
void doResize (void);
public slots:
void setPixmaps (Skin *skin);