ran clang-format on all files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "providers/ffz/FfzEmotes.hpp"
|
||||
|
||||
#include "common/UrlFetch.hpp"
|
||||
#include "debug/Log.hpp"
|
||||
#include "messages/Image.hpp"
|
||||
#include "common/UrlFetch.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "common/Emotemap.hpp"
|
||||
#include "common/SignalVector.hpp"
|
||||
#include "util/ConcurrentMap.hpp"
|
||||
#include "common/Emotemap.hpp"
|
||||
|
||||
#include <map>
|
||||
|
||||
@@ -18,8 +18,7 @@ public:
|
||||
std::map<QString, SignalVector<QString>> channelEmoteCodes;
|
||||
|
||||
void loadGlobalEmotes();
|
||||
void loadChannelEmotes(const QString &channelName,
|
||||
std::weak_ptr<EmoteMap> channelEmoteMap);
|
||||
void loadChannelEmotes(const QString &channelName, std::weak_ptr<EmoteMap> channelEmoteMap);
|
||||
|
||||
private:
|
||||
ConcurrentMap<int, EmoteData> channelEmoteCache;
|
||||
|
||||
Reference in New Issue
Block a user