fixing tests

This commit is contained in:
Paweł Bara 2011-03-10 22:05:56 +00:00
parent 7c86b0c7a5
commit 47f5de6176
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ public:
MOCK_METHOD1(RateCurrentSong, void(double));
MOCK_METHOD1(RateCurrentSong, void(int));
MOCK_METHOD2(SongChangeRequestProcessed, void(const QUrl& url, bool));
MOCK_METHOD3(PlaySmartPlaylist, void(smart_playlists::GeneratorPtr, bool, bool));
void EmitPlaylistManagerInitialized() {