mirror-chatterino2/src/const.hpp

16 lines
256 B
C++
Raw Normal View History

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