mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
be3c85d72d
Clean up some code in the AccountManager
15 lines
256 B
C++
15 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
|