mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-18 20:40:43 +01:00
Fix a test from a while ago
This commit is contained in:
parent
19e3aa365c
commit
c11623002e
@ -24,6 +24,8 @@
|
||||
|
||||
class MockLibraryBackend : public LibraryBackendInterface {
|
||||
public:
|
||||
MOCK_CONST_METHOD0(songs_table, QString());
|
||||
|
||||
// Get a list of directories in the library. Emits DirectoriesDiscovered.
|
||||
MOCK_METHOD0(LoadDirectoriesAsync, void());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user