1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 20:34:39 +01:00

fixing test

This commit is contained in:
Paweł Bara 2011-04-21 22:12:57 +00:00
parent b8e1880854
commit 880579ee24

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&());