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
|
@ -68,7 +68,7 @@ class MainDisplay : public SkinDisplay
|
|||
void setPixmaps(Skin *skin);
|
||||
void setStatus (Xmms::Playback::Status status);
|
||||
void setPlaytime (uint time);
|
||||
void setMediainfo (const QHash<QString,QString> &);
|
||||
void setMediainfo (const Xmms::PropDict &);
|
||||
void togglePL(void);
|
||||
void toggleTime(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue