#pragma once #include namespace chatterino { static const QString ANONYMOUS_USERNAME_LABEL(" - anonymous - "); namespace providers { namespace twitch { static const QString ANONYMOUS_USERNAME("justinfan64537"); } } // namespace providers } // namespace chatterino