Added StereoMono display.
This commit is contained in:
parent
eaa2e021a6
commit
76b9131d03
9 changed files with 117 additions and 12 deletions
|
@ -9,7 +9,8 @@ SOURCES += XmmsQT4.cpp \
|
|||
TextBar.cpp \
|
||||
NumberDisplay.cpp \
|
||||
XMMSHandler.cpp \
|
||||
SmallNumberDisplay.cpp
|
||||
SmallNumberDisplay.cpp \
|
||||
StereoMono.cpp
|
||||
|
||||
HEADERS += XmmsQT4.h \
|
||||
PixWidget.h \
|
||||
|
@ -22,7 +23,8 @@ HEADERS += XmmsQT4.h \
|
|||
TextBar.h \
|
||||
NumberDisplay.h \
|
||||
XMMSHandler.h \
|
||||
SmallNumberDisplay.h
|
||||
SmallNumberDisplay.h \
|
||||
StereoMono.h
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
CONFIG += debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue