replace the QStringList with a QSet<QString> as suggested by RAnders00
https://github.com/Chatterino/chatterino2/commit/2d3fb8950e43af5eae767f57186bf5a8d80790fb#r36317456
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
namespace {
|
||||
|
||||
const QStringList zeroWidthEmotes{
|
||||
const QSet<QString> zeroWidthEmotes{
|
||||
"SoSnowy", "IceCold", "SantaHat", "TopHat", "ReinDeer", "CandyCane",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user