rewrite MPD::Song object

This commit is contained in:
Andrzej Rybczak
2012-08-27 23:22:15 +02:00
parent e0e787716f
commit a270fc8402
23 changed files with 524 additions and 725 deletions

View File

@@ -31,7 +31,7 @@ class SongInfo : public Screen<Scrollpad>
{
const char *Name;
MPD::Song::GetFunction Get;
MPD::Song::SetFunction Set;
//MPD::Song::SetFunction Set;
};
virtual void SwitchTo();