mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
replace the QStringList with a QSet<QString> as suggested by RAnders00
2d3fb8950e (r36317456)
This commit is contained in:
parent
2d3fb8950e
commit
bb9eb582ec
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace {
|
||||
|
||||
const QStringList zeroWidthEmotes{
|
||||
const QSet<QString> zeroWidthEmotes{
|
||||
"SoSnowy", "IceCold", "SantaHat", "TopHat", "ReinDeer", "CandyCane",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue