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

@ -67,7 +67,7 @@ class XMMSHandler : public QObject {
void playtimeChanged (uint time);
void mediainfoChanged (uint, const Xmms::PropDict &);
void currentSong (const Xmms::PropDict &);
void playlistList (const QList<uint> &);
void playlistList (const Xmms::List< unsigned int > &);
void currentID (uint);
void playlistChanged (const Xmms::Dict &);
/*