added gif emotes

This commit is contained in:
fourtf
2017-02-07 00:03:15 +01:00
parent 5673efa0db
commit 5b03712a82
9 changed files with 118 additions and 16 deletions
+8
View File
@@ -38,6 +38,14 @@ Windows::repaintVisibleChatWidgets(Channel *channel)
}
}
void
Windows::repaintGifEmotes()
{
if (Windows::mainWindow != nullptr) {
Windows::mainWindow->repaintGifEmotes();
}
}
void
Windows::updateAll()
{