added spicy new segfaults
This commit is contained in:
+2
-2
@@ -23,14 +23,14 @@ Emotes::Emotes()
|
||||
|
||||
LazyLoadedImage* Emotes::getTwitchEmoteById(const QString &name, long id)
|
||||
{
|
||||
#warning "xD"
|
||||
#pragma message WARN("xD")
|
||||
return new LazyLoadedImage(NULL);
|
||||
// return m_twitchEmoteFromCache->getOrAdd()
|
||||
}
|
||||
|
||||
LazyLoadedImage* Emotes::getCheerImage(long long amount, bool animated)
|
||||
{
|
||||
#warning "xD"
|
||||
#pragma message WARN("xD")
|
||||
return getCheerBadge(amount);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user