OTHER: Replaced SmallNumberDisplay
This commit is contained in:
parent
a89be5dd9b
commit
058e2d0987
10 changed files with 153 additions and 126 deletions
|
@ -33,10 +33,10 @@ class MainDisplay;
|
|||
#include "Display.h"
|
||||
|
||||
class PixmapButton;
|
||||
class PixmapNumberDisplay;
|
||||
class PixmapSlider;
|
||||
class TextScroller;
|
||||
class TimeDisplay;
|
||||
class SmallNumberDisplay;
|
||||
class StereoMono;
|
||||
class PosBar;
|
||||
class Slider;
|
||||
|
@ -55,9 +55,6 @@ class MainDisplay : public SkinDisplay
|
|||
TextScroller *m_text;
|
||||
TimeDisplay *m_time;
|
||||
|
||||
SmallNumberDisplay *m_kbps;
|
||||
SmallNumberDisplay *m_khz;
|
||||
|
||||
StereoMono *m_stereo;
|
||||
PosBar *m_posbar;
|
||||
PixmapSlider *m_vslider;
|
||||
|
@ -94,6 +91,9 @@ class MainDisplay : public SkinDisplay
|
|||
PixmapButton *m_shuffle;
|
||||
PixmapButton *m_repeat;
|
||||
|
||||
PixmapNumberDisplay *m_kbps;
|
||||
PixmapNumberDisplay *m_khz;
|
||||
|
||||
MainWindow *m_mw;
|
||||
|
||||
ClutterBar *m_clutterbar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue