mirror-chatterino2/src/const.hpp
Rasmus Karlsson be3c85d72d Move some variables into const.hpp
Clean up some code in the AccountManager
2017-12-19 16:13:02 +01:00

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