Harden emote parsing (#3885)
This commit is contained in:
@@ -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_)
|
||||
|
||||
Reference in New Issue
Block a user