Oops, fix the tests

This commit is contained in:
David Sansome 2011-05-29 13:50:55 +00:00
parent 6dd1634946
commit f8593f2b83
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ public:
MOCK_METHOD0(InvalidateDeletedSongs, void());
MOCK_METHOD0(RemoveDeletedSongs, void());
MOCK_CONST_METHOD1(selection, const QItemSelection&(int));
MOCK_CONST_METHOD0(current_selection, const QItemSelection&());
MOCK_CONST_METHOD0(active_selection, const QItemSelection&());
MOCK_CONST_METHOD1(selection, QItemSelection(int));
MOCK_CONST_METHOD0(current_selection, QItemSelection());
MOCK_CONST_METHOD0(active_selection, QItemSelection());
MOCK_CONST_METHOD1(name, QString(int));
MOCK_CONST_METHOD0(task_manager, TaskManager*());