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/QtUI/QtSystemTray.h
parent9d3b9903fcf830599c1b46fd1725f4d1d197e966 (diff)
downloadswift-16386458ff461edfdfd498fe737436ce9297babf.zip
swift-16386458ff461edfdfd498fe737436ce9297babf.tar.bz2
Blind attempt at animated system tray
Diffstat (limited to 'Swift/QtUI/QtSystemTray.h')
-rw-r--r--Swift/QtUI/QtSystemTray.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/QtSystemTray.h b/Swift/QtUI/QtSystemTray.h
index c889ecf..30fc860 100644
--- a/Swift/QtUI/QtSystemTray.h
+++ b/Swift/QtUI/QtSystemTray.h
@@ -20,6 +20,7 @@ namespace Swift {
~QtSystemTray();
void setUnreadMessages(bool some);
void setStatusType(StatusShow::Type type);
+ void setConnecting();
signals:
void clicked();
private slots:
@@ -33,6 +34,8 @@ namespace Swift {
QIcon dndIcon_;
QIcon offlineIcon_;
QIcon newMessageIcon_;
+ QIcon throbberIcon_;
bool unreadMessages_;
+ bool connecting_;
};
}