fixing test

This commit is contained in:
Paweł Bara 2011-04-21 22:12:57 +00:00
parent b8e1880854
commit 880579ee24
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ public:
MOCK_CONST_METHOD0(GetAllPlaylists, QList<Playlist*>());
MOCK_METHOD0(InvalidateDeletedSongs, void());
MOCK_METHOD0(RemoveDeletedSongs, void());
MOCK_CONST_METHOD1(selection, const QItemSelection&(int));
MOCK_CONST_METHOD0(current_selection, const QItemSelection&());