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
|
@ -29,9 +29,13 @@ class MainDisplay;
|
|||
#include <QHash>
|
||||
#include <QBrush>
|
||||
#include <QPalette>
|
||||
#include <QHash>
|
||||
#include <QVariant>
|
||||
|
||||
#include "Display.h"
|
||||
|
||||
typedef QHash<QString, QVariant> QVariantHash;
|
||||
|
||||
class PixmapButton;
|
||||
class PixmapNumberDisplay;
|
||||
class PixmapSlider;
|
||||
|
@ -67,7 +71,8 @@ class MainDisplay : public SkinDisplay
|
|||
void setPixmaps(Skin *skin);
|
||||
void setStatus (Xmms::Playback::Status status);
|
||||
void setPlaytime (uint32_t time);
|
||||
void setMediainfo (const Xmms::PropDict &);
|
||||
// void setMediainfo (const Xmms::PropDict &);
|
||||
void setMediainfo (const QVariantHash);
|
||||
void updateVolume (uint volume);
|
||||
void setVolume (int volume);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue