Harden emote parsing (#3885)

This commit is contained in:
pajlada
2022-11-05 11:04:35 +01:00
committed by GitHub
parent f00f766eeb
commit aac9ea53d0
14 changed files with 1163 additions and 104 deletions
+5
View File
@@ -216,6 +216,11 @@ int Application::run(QApplication &qtApp)
return qtApp.exec();
}
IEmotes *Application::getEmotes()
{
return this->emotes;
}
void Application::save()
{
for (auto &singleton : this->singletons_)