2017-12-19 16:13:02 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <QString>
|
|
|
|
|
|
|
|
namespace chatterino {
|
|
|
|
|
2018-04-14 22:31:51 +02:00
|
|
|
static const char *ANONYMOUS_USERNAME_LABEL __attribute__((unused)) = " - anonymous - ";
|
2017-12-19 16:13:02 +01:00
|
|
|
|
2018-02-05 15:11:50 +01:00
|
|
|
namespace providers {
|
2017-12-19 16:13:02 +01:00
|
|
|
namespace twitch {
|
|
|
|
|
2018-04-14 22:31:51 +02:00
|
|
|
static const char *ANONYMOUS_USERNAME __attribute__((unused)) = "justinfan64537";
|
2018-03-31 13:44:15 +02:00
|
|
|
|
|
|
|
} // namespace twitch
|
2018-02-05 15:11:50 +01:00
|
|
|
} // namespace providers
|
2017-12-19 16:13:02 +01:00
|
|
|
|
|
|
|
} // namespace chatterino
|