mirror-chatterino2/src/const.hpp

18 lines
326 B
C++
Raw Normal View History

#pragma once
#include <QString>
namespace chatterino {
static const char *ANONYMOUS_USERNAME_LABEL ATTR_UNUSED = " - anonymous - ";
2018-02-05 15:11:50 +01:00
namespace providers {
namespace twitch {
static const char *ANONYMOUS_USERNAME ATTR_UNUSED = "justinfan64537";
} // namespace twitch
2018-02-05 15:11:50 +01:00
} // namespace providers
} // namespace chatterino