this commit is too big

This commit is contained in:
fourtf
2018-08-02 14:23:27 +02:00
parent 3b3c5d8d75
commit c2e2dfb577
186 changed files with 3626 additions and 2656 deletions
+5 -2
View File
@@ -6,7 +6,10 @@
namespace chatterino {
class WindowManager : public Singleton
class Settings;
class Paths;
class WindowManager final : public Singleton
{
public:
WindowManager();
@@ -36,7 +39,7 @@ public:
int windowCount();
Window *windowAt(int index);
virtual void initialize(Application &app) override;
virtual void initialize(Settings &settings, Paths &paths) override;
virtual void save() override;
void closeAll();