refactor: move seventv/bttv event apis to application (#5532)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "mocks/DisabledStreamerMode.hpp"
|
||||
#include "mocks/EmptyApplication.hpp"
|
||||
#include "providers/bttv/BttvLiveUpdates.hpp"
|
||||
#include "singletons/Settings.hpp"
|
||||
|
||||
#include <QString>
|
||||
@@ -30,6 +31,16 @@ public:
|
||||
return &this->streamerMode;
|
||||
}
|
||||
|
||||
BttvLiveUpdates *getBttvLiveUpdates() override
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
SeventvEventAPI *getSeventvEventAPI() override
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Settings settings;
|
||||
DisabledStreamerMode streamerMode;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user