mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fix typo
This commit is contained in:
parent
42c459e83f
commit
549e6e2947
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Emotes::loadBttvEmotes()
|
||||||
void
|
void
|
||||||
Emotes::loadFfzEmotes()
|
Emotes::loadFfzEmotes()
|
||||||
{
|
{
|
||||||
// bttv
|
// ffz
|
||||||
QNetworkAccessManager *manager = new QNetworkAccessManager();
|
QNetworkAccessManager *manager = new QNetworkAccessManager();
|
||||||
|
|
||||||
QUrl url("https://api.frankerfacez.com/v1/set/global");
|
QUrl url("https://api.frankerfacez.com/v1/set/global");
|
||||||
|
|
Loading…
Reference in a new issue