OTHER: Replaced code for current_id handling
Now the current_id changed broadcast is handled in xclientcache, the now unused code from XMMSHandler has been removed
This commit is contained in:
parent
058e2d0987
commit
20cfdad68d
11 changed files with 82 additions and 111 deletions
|
|
@ -21,6 +21,9 @@
|
|||
|
||||
#include <QWidget>
|
||||
#include <QHash>
|
||||
#include <QVariant>
|
||||
|
||||
typedef QHash<QString, QVariant> QVariantHash;
|
||||
|
||||
class QResizeEvent;
|
||||
class PixmapButton;
|
||||
|
|
@ -39,7 +42,7 @@ class PlaylistShade : public QWidget {
|
|||
|
||||
public slots:
|
||||
void setPixmaps (Skin *skin);
|
||||
void setMediainfo (const Xmms::PropDict &info);
|
||||
void setMediainfo (QVariantHash);
|
||||
void settingsSaved ();
|
||||
void resizeEvent (QResizeEvent *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue