split PressSpace action into modular pieces

This commit is contained in:
Andrzej Rybczak
2015-05-17 18:10:42 +02:00
parent c68631b2f0
commit 2caf08aaa7
36 changed files with 306 additions and 275 deletions

View File

@@ -39,6 +39,7 @@ struct Searchable
struct HasSongs
{
virtual bool addItemToPlaylist() = 0;
virtual std::vector<MPD::Song> getSelectedSongs() = 0;
};