Made cleanUpCode() as static TwitchEmotes's method.

This commit is contained in:
23rd
2018-11-05 19:04:52 +03:00
committed by pajlada
parent 23458aa1df
commit 0d48c04d8a
4 changed files with 31 additions and 33 deletions
+1
View File
@@ -32,6 +32,7 @@ struct CheerEmoteSet {
class TwitchEmotes
{
public:
static QString cleanUpEmoteCode(const EmoteName &dirtyEmoteCode);
TwitchEmotes();
EmotePtr getOrCreateEmote(const EmoteId &id, const EmoteName &name);