added code to handle a single connection

This commit is contained in:
fourtf
2018-07-16 17:23:41 +02:00
parent e51c5c692a
commit 3b3c5d8d75
18 changed files with 114 additions and 84 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ public:
friend void test();
[[deprecated("use getSettings() instead")]] Settings *settings = nullptr;
[[deprecated("use getPaths() instead")]] Paths *paths = nullptr;
Settings *settings = nullptr;
Paths *paths = nullptr;
Theme *themes = nullptr;
WindowManager *windows = nullptr;