Modernize lyrics screen

This commit is contained in:
Andrzej Rybczak
2016-11-20 14:49:56 +01:00
parent c6f5933bf9
commit b018efceb6
10 changed files with 377 additions and 410 deletions

View File

@@ -1240,7 +1240,10 @@ struct ShowLyrics: BaseAction
ShowLyrics(): BaseAction(Type::ShowLyrics, "show_lyrics") { }
private:
virtual bool canBeRun() override;
virtual void run() override;
const MPD::Song *m_song;
};
struct Quit: BaseAction