remove all usages of non-standard #warn

This commit is contained in:
Rasmus Karlsson
2017-01-15 11:21:28 -05:00
parent bbcbc4e3d7
commit bfc6eb8d4b
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ ConcurrentMap<QString, LazyLoadedImage *> *Emojis::imageCache =
QString
Emojis::replaceShortCodes(const QString &text)
{
#pragma message WARN("xD")
// TODO: Implement this xD
return text;
}