diff options
Diffstat (limited to 'Swift/Controllers/SystemTrayController.h')
-rw-r--r-- | Swift/Controllers/SystemTrayController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/SystemTrayController.h b/Swift/Controllers/SystemTrayController.h index 8fd514f..3624ea2 100644 --- a/Swift/Controllers/SystemTrayController.h +++ b/Swift/Controllers/SystemTrayController.h @@ -16,6 +16,7 @@ namespace Swift { public: SystemTrayController(EventController* eventController, SystemTray* systemTray); void setMyStatusType(StatusShow::Type type); + void setConnecting(); private: void handleEventQueueLengthChange(int length); |