created directory for dialogs
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <QByteArray>
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
inline QByteArray getDefaultClientID()
|
||||
{
|
||||
return QByteArray("7ue61iz46fz11y3cugd0l3tawb4taal");
|
||||
}
|
||||
|
||||
} // namespace chatterino
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "providers/twitch/TwitchAccount.hpp"
|
||||
|
||||
#include "Const.hpp"
|
||||
#include "providers/twitch/Const.hpp"
|
||||
#include "debug/Log.hpp"
|
||||
#include "util/NetworkRequest.hpp"
|
||||
#include "util/RapidjsonHelpers.hpp"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "providers/twitch/TwitchAccountManager.hpp"
|
||||
|
||||
#include "Common.hpp"
|
||||
#include "Const.hpp"
|
||||
#include "providers/twitch/Const.hpp"
|
||||
#include "debug/Log.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "debug/Log.hpp"
|
||||
#include "messages/Image.hpp"
|
||||
#include "util/Benchmark.hpp"
|
||||
#include "debug/Benchmark.hpp"
|
||||
#include "util/RapidjsonHelpers.hpp"
|
||||
#include "util/UrlFetch.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user