move some functions to TagEditor class / outside
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "window.h"
|
||||
#include "libmpdclient.h"
|
||||
#include "song.h"
|
||||
|
||||
void ToLower(std::string &);
|
||||
|
||||
@@ -40,6 +40,10 @@ Color IntoColor(const std::string &);
|
||||
|
||||
mpd_TagItems IntoTagItem(char);
|
||||
|
||||
#ifdef HAVE_TAGLIB_H
|
||||
MPD::Song::SetFunction IntoSetFunction(mpd_TagItems);
|
||||
#endif // HAVE_TAGLIB_H
|
||||
|
||||
void EscapeUnallowedChars(std::string &);
|
||||
|
||||
void EscapeHtml(std::string &s);
|
||||
|
||||
Reference in New Issue
Block a user