OTHER: Use correct types for dict gets and use Xmms::List for playlistList

signal.
This commit is contained in:
Jonne Lehtinen 2006-05-27 19:49:25 +03:00 committed by Tobias Rundstrom
parent c98cadb1f2
commit f8dc612c13
5 changed files with 17 additions and 20 deletions

View file

@ -26,7 +26,7 @@ class PlaylistList : public QWidget {
public slots:
void setPixmaps (Skin *skin);
void playlistList (const QList<uint> &);
void playlistList (const Xmms::List< unsigned int > &);
void mediainfoChanged (uint, const Xmms::PropDict &);
void playlistChanged (const Xmms::Dict &);
void currentID (uint);