Huge push that fixes lot of the problems with headers and added a Slider
This commit is contained in:
parent
76b9131d03
commit
f36ba49ea9
21 changed files with 298 additions and 42 deletions
|
@ -10,7 +10,8 @@ SOURCES += XmmsQT4.cpp \
|
|||
NumberDisplay.cpp \
|
||||
XMMSHandler.cpp \
|
||||
SmallNumberDisplay.cpp \
|
||||
StereoMono.cpp
|
||||
StereoMono.cpp \
|
||||
Slider.cpp
|
||||
|
||||
HEADERS += XmmsQT4.h \
|
||||
PixWidget.h \
|
||||
|
@ -24,7 +25,8 @@ HEADERS += XmmsQT4.h \
|
|||
NumberDisplay.h \
|
||||
XMMSHandler.h \
|
||||
SmallNumberDisplay.h \
|
||||
StereoMono.h
|
||||
StereoMono.h \
|
||||
Slider.h
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
CONFIG += debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue