started to refactor Application

This commit is contained in:
fourtf
2018-07-07 11:41:01 +02:00
parent 6a418e6e59
commit c609a9fd37
32 changed files with 195 additions and 147 deletions
+4 -4
View File
@@ -1,5 +1,7 @@
#pragma once
#include "common/Singleton.hpp"
#define GIF_FRAME_LENGTH 33
#include "providers/bttv/BttvEmotes.hpp"
@@ -10,12 +12,10 @@
namespace chatterino {
class Emotes
class Emotes final : public Singleton
{
public:
~Emotes() = delete;
void initialize();
virtual void initialize(Application &app) override;
bool isIgnoredEmote(const QString &emote);