move statusbar/progressbar related code to separate file

This commit is contained in:
Andrzej Rybczak
2012-09-11 21:52:41 +02:00
parent 6ab2714e2f
commit c90545b008
22 changed files with 577 additions and 457 deletions

View File

@@ -38,6 +38,7 @@ ncmpcpp_SOURCES = \
song.cpp \
song_info.cpp \
status.cpp \
statusbar.cpp \
tag_editor.cpp \
tiny_tag_editor.cpp \
visualizer.cpp \
@@ -89,6 +90,8 @@ noinst_HEADERS = \
settings.h \
song.h \
song_info.h \
status.h \
statusbar.h \
tag_editor.h \
tiny_tag_editor.h \
visualizer.h \