mirror-chatterino2/src/const.hpp
2018-02-05 15:11:50 +01:00

17 lines
282 B
C++

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