for pajlada

This commit is contained in:
apa420
2018-08-19 15:09:00 +02:00
parent 3d109a6ca3
commit 21c4880ace
6 changed files with 172 additions and 34 deletions
+2
View File
@@ -29,6 +29,7 @@ class Settings;
class Fonts;
class Resources;
class Toasts;
class DownloadManager;
class Application
{
@@ -58,6 +59,7 @@ public:
Emotes *const emotes{};
WindowManager *const windows{};
Toasts *const toasts{};
DownloadManager *const downloads{};
AccountController *const accounts{};
CommandController *const commands{};