OTHER: Use Xmms::*Dict instead of QHash for various functions.
This commit is contained in:
parent
f16efc80e3
commit
c98cadb1f2
10 changed files with 96 additions and 74 deletions
|
@ -27,8 +27,8 @@ class PlaylistList : public QWidget {
|
|||
public slots:
|
||||
void setPixmaps (Skin *skin);
|
||||
void playlistList (const QList<uint> &);
|
||||
void mediainfoChanged (uint, const QHash<QString,QString> &);
|
||||
void playlistChanged (const QHash<QString,QString> &);
|
||||
void mediainfoChanged (uint, const Xmms::PropDict &);
|
||||
void playlistChanged (const Xmms::Dict &);
|
||||
void currentID (uint);
|
||||
void setStatus (Xmms::Playback::Status s);
|
||||
void settingsSaved ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue