chore: Run Ubuntu tests in Docker (#5170)
Co-authored-by: Wissididom <30803034+Wissididom@users.noreply.github.com>
This commit is contained in:
@@ -186,6 +186,15 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
#ifdef CHATTERINO_HAVE_PLUGINS
|
||||
PluginController *getPlugins() override
|
||||
{
|
||||
assert(false && "EmptyApplication::getPlugins was called without "
|
||||
"being initialized");
|
||||
return nullptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
Updates &getUpdates() override
|
||||
{
|
||||
return this->updates_;
|
||||
|
||||
Reference in New Issue
Block a user