diff options
Diffstat (limited to 'Swift/Controllers/SystemTrayController.h')
-rw-r--r-- | Swift/Controllers/SystemTrayController.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Swift/Controllers/SystemTrayController.h b/Swift/Controllers/SystemTrayController.h index 3c5d29e..8fd514f 100644 --- a/Swift/Controllers/SystemTrayController.h +++ b/Swift/Controllers/SystemTrayController.h @@ -6,13 +6,16 @@ #pragma once +#include "Swiften/Elements/StatusShow.h" + namespace Swift { class EventController; class SystemTray; class SystemTrayController { public: - SystemTrayController(EventController* eventController, SystemTray* systemTray); + SystemTrayController(EventController* eventController, SystemTray* systemTray); + void setMyStatusType(StatusShow::Type type); private: void handleEventQueueLengthChange(int length); |