From e17672acd8c25d5d9eb3b7b417118187e1da362a Mon Sep 17 00:00:00 2001 From: "Tux3 / Mlkj / !Lev.uXFMLA" Date: Sun, 2 Nov 2014 12:58:18 +0100 Subject: [PATCH] Add tooltip for emoticons, fix #597 --- src/misc/smileypack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/smileypack.cpp b/src/misc/smileypack.cpp index 4f8881e54..1ec70f954 100644 --- a/src/misc/smileypack.cpp +++ b/src/misc/smileypack.cpp @@ -183,7 +183,7 @@ QList SmileyPack::getEmoticons() const QString SmileyPack::getAsRichText(const QString &key) { - return ""; + return ""; } QIcon SmileyPack::getAsIcon(const QString &key)