mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 12:28:31 +01:00
Oops, fix the tests
This commit is contained in:
parent
6dd1634946
commit
f8593f2b83
@ -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*());
|
||||
|
Loading…
Reference in New Issue
Block a user