move tags related functions to separate file

This commit is contained in:
Andrzej Rybczak
2012-09-13 18:58:47 +02:00
parent cfe738b2f7
commit 8e6d9a97e3
9 changed files with 336 additions and 270 deletions

View File

@@ -40,6 +40,7 @@ ncmpcpp_SOURCES = \
status.cpp \
statusbar.cpp \
tag_editor.cpp \
tags.cpp \
tiny_tag_editor.cpp \
title.cpp \
visualizer.cpp \
@@ -94,6 +95,7 @@ noinst_HEADERS = \
status.h \
statusbar.h \
tag_editor.h \
tags.h \
tiny_tag_editor.h \
title.h \
visualizer.h \