replace the QStringList with a QSet<QString> as suggested by RAnders00

2d3fb8950e (r36317456)
This commit is contained in:
Rasmus Karlsson 2019-12-14 12:13:19 +01:00
parent 2d3fb8950e
commit bb9eb582ec

View file

@ -28,7 +28,7 @@
namespace {
const QStringList zeroWidthEmotes{
const QSet<QString> zeroWidthEmotes{
"SoSnowy", "IceCold", "SantaHat", "TopHat", "ReinDeer", "CandyCane",
};