changed to 80 max column
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
namespace chatterino {
|
||||
|
||||
struct EmojiData {
|
||||
// actual byte-representation of the emoji (i.e. \154075\156150 which is :male:)
|
||||
// actual byte-representation of the emoji (i.e. \154075\156150 which is
|
||||
// :male:)
|
||||
QString value;
|
||||
|
||||
// i.e. 204e-50a2
|
||||
@@ -57,7 +58,8 @@ private:
|
||||
// shortCodeToEmoji maps strings like "sunglasses" to its emoji
|
||||
QMap<QString, std::shared_ptr<EmojiData>> emojiShortCodeToEmoji_;
|
||||
|
||||
// Maps the first character of the emoji unicode string to a vector of possible emojis
|
||||
// Maps the first character of the emoji unicode string to a vector of
|
||||
// possible emojis
|
||||
QMap<QChar, QVector<std::shared_ptr<EmojiData>>> emojiFirstByte_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user