mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
16 lines
256 B
C++
16 lines
256 B
C++
|
#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
|