removed Const.hpp and Credentials.hpp in favor of TwitchCommon.hpp

This commit is contained in:
fourtf
2018-06-26 17:25:24 +02:00
parent 08e552f5f6
commit d09b14db26
9 changed files with 13 additions and 19 deletions
+14
View File
@@ -0,0 +1,14 @@
#pragma once
#include <QString>
namespace chatterino {
static const char *ANONYMOUS_USERNAME ATTR_UNUSED = "justinfan64537";
inline QByteArray getDefaultClientID()
{
return QByteArray("7ue61iz46fz11y3cugd0l3tawb4taal");
}
} // namespace chatterino