move some functions to TagEditor class / outside

This commit is contained in:
Andrzej Rybczak
2009-03-04 22:47:48 +01:00
parent 31dcb27789
commit 8f092d5490
8 changed files with 184 additions and 171 deletions

View File

@@ -27,6 +27,7 @@
#include <sstream>
#include "charset.h"
#include "misc.h"
#include "song.h"
using MPD::Song;