This commit is contained in:
fourtf
2018-06-26 13:24:55 +02:00
parent ec04f10895
commit c9722b9780
301 changed files with 0 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#pragma once
#include <QString>
namespace chatterino {
static const char *ANONYMOUS_USERNAME_LABEL ATTR_UNUSED = " - anonymous - ";
namespace providers {
namespace twitch {
static const char *ANONYMOUS_USERNAME ATTR_UNUSED = "justinfan64537";
} // namespace twitch
} // namespace providers
} // namespace chatterino