summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-10-24 15:50:14 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-10-24 15:50:14 (GMT)
commit16386458ff461edfdfd498fe737436ce9297babf (patch)
tree592dfbf63d8c03a93a429c78ff090414377c538e /Swift/Controllers/SystemTrayController.h
parent9d3b9903fcf830599c1b46fd1725f4d1d197e966 (diff)
downloadswift-16386458ff461edfdfd498fe737436ce9297babf.zip
swift-16386458ff461edfdfd498fe737436ce9297babf.tar.bz2
Blind attempt at animated system tray
Diffstat (limited to 'Swift/Controllers/SystemTrayController.h')
-rw-r--r--Swift/Controllers/SystemTrayController.h1
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);