removed old NetworkRequest api

This commit is contained in:
fourtf
2019-08-20 21:50:36 +02:00
parent a7cd1fbf97
commit 7697ec01b4
23 changed files with 954 additions and 1101 deletions
+1 -2
View File
@@ -106,8 +106,7 @@ public:
{
if (!this->emotesChecked_)
{
const auto &accvec =
getApp()->accounts->twitch.accounts;
const auto &accvec = getApp()->accounts->twitch.accounts;
for (const auto &acc : accvec)
{
const auto &accemotes = *acc->accessEmotes();