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
|
@ -65,11 +65,11 @@ class XMMSHandler : public QObject {
|
|||
void settingsSaved ();
|
||||
void playbackStatusChanged (Xmms::Playback::Status status);
|
||||
void playtimeChanged (uint time);
|
||||
void mediainfoChanged (uint, const QHash<QString, QString> &);
|
||||
void currentSong (const QHash<QString, QString> &);
|
||||
void mediainfoChanged (uint, const Xmms::PropDict &);
|
||||
void currentSong (const Xmms::PropDict &);
|
||||
void playlistList (const QList<uint> &);
|
||||
void currentID (uint);
|
||||
void playlistChanged (const QHash<QString, QString> &);
|
||||
void playlistChanged (const Xmms::Dict &);
|
||||
/*
|
||||
void medialibResponse (uint, const QList<QHash<QString, QString> > &);
|
||||
*/
|
||||
|
@ -93,7 +93,7 @@ class XMMSHandler : public QObject {
|
|||
bool volume_error (const std::string &error);
|
||||
|
||||
XmmsQT4 *m_qt4;
|
||||
int m_currentid;
|
||||
unsigned int m_currentid;
|
||||
bool m_masterchan;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue