Decode tags from files to pass to mpd in server urls

This commit is contained in:
craig
2012-03-04 20:58:07 +00:00
committed by craig
parent 48edc1d7b2
commit 13ebd33077
3 changed files with 4 additions and 27 deletions

View File

@@ -52,7 +52,6 @@ public:
QByteArray encodeUrl(const Song &s) const;
QByteArray encodeUrl(const QString &file) const;
Song decodeUrl(const QString &url) const;
QString decodeFileUrl(const QString &file) const;
private:
QThread *thread;