Insert works.
This commit is contained in:
parent
429cf316ed
commit
d7eede1737
2 changed files with 32 additions and 0 deletions
|
@ -18,6 +18,7 @@ class PlaylistList : public QWidget {
|
|||
|
||||
void setSize (int, int);
|
||||
void addItem (PlaylistItem *i);
|
||||
void addItem (PlaylistItem *i, uint pos);
|
||||
void setOffset (int i) { m_offset = i; }
|
||||
uint getOffset (void) const { return m_offset; }
|
||||
void doResize (void);
|
||||
|
@ -74,6 +75,7 @@ class PlaylistList : public QWidget {
|
|||
|
||||
class PlaylistItem {
|
||||
public:
|
||||
PlaylistItem (PlaylistList *pl, uint, uint);
|
||||
PlaylistItem (PlaylistList *pl, uint);
|
||||
~PlaylistItem () {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue