new feature: refetch lyrics

This commit is contained in:
Andrzej Rybczak
2009-10-20 00:35:51 +02:00
parent a98eb5e9ac
commit 62b7df69f3
4 changed files with 22 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ class Lyrics : public Screen<Scrollpad>
virtual List *GetList() { return 0; }
void Edit();
void FetchAgain();
static bool Reload;