summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-07-23 09:59:14 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-07-23 09:59:14 (GMT)
commitcc8eb390a08580900ef2a00b1d3d45ce93a81785 (patch)
tree3ca3388b43ccfdae5bfda4dce9bcc3a86932c6a9 /Swift/QtUI/QtSystemTray.h
parent4826b66b2ac6737c5c0834b6d8b347ddb578d77b (diff)
downloadswift-cc8eb390a08580900ef2a00b1d3d45ce93a81785.zip
swift-cc8eb390a08580900ef2a00b1d3d45ce93a81785.tar.bz2
Don't allow a status change to override the new message systray icon.
Resolves: #481
Diffstat (limited to 'Swift/QtUI/QtSystemTray.h')
-rw-r--r--Swift/QtUI/QtSystemTray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtSystemTray.h b/Swift/QtUI/QtSystemTray.h
index 136dd4c..c889ecf 100644
--- a/Swift/QtUI/QtSystemTray.h
+++ b/Swift/QtUI/QtSystemTray.h
@@ -33,5 +33,6 @@ namespace Swift {
QIcon dndIcon_;
QIcon offlineIcon_;
QIcon newMessageIcon_;
+ bool unreadMessages_;
};
}