Make lyrics and last_fm screens lockable and startup screens

This commit is contained in:
Andrzej Rybczak
2016-12-25 16:06:38 +01:00
parent e9ae99b5f0
commit 4cd94cb4b3
9 changed files with 81 additions and 49 deletions

View File

@@ -36,7 +36,7 @@ struct Service
typedef std::pair<bool, std::string> Result;
Service(Arguments args) : m_arguments(args) { }
virtual const char *name() = 0;
virtual Result fetch();