summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-07-10 12:09:26 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-07-10 12:09:26 (GMT)
commit72cd949dd179f0781c156544b87cb6d1d5c34862 (patch)
tree2a30af0bbef092638d62e4f9163cf26a351fc5ac /Swift/QtUI/QtMainWindow.h
parent8cd2cc3660a4af19ae74b7271571e7e2c3a3e35c (diff)
downloadswift-72cd949dd179f0781c156544b87cb6d1d5c34862.zip
swift-72cd949dd179f0781c156544b87cb6d1d5c34862.tar.bz2
Update the Chats tab for unread messages
Diffstat (limited to 'Swift/QtUI/QtMainWindow.h')
-rw-r--r--Swift/QtUI/QtMainWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtMainWindow.h b/Swift/QtUI/QtMainWindow.h
index 5c29f6d..bb3e9df 100644
--- a/Swift/QtUI/QtMainWindow.h
+++ b/Swift/QtUI/QtMainWindow.h
@@ -59,6 +59,7 @@ namespace Swift {
void handleChatUserActionTriggered(bool checked);
void handleAdHocActionTriggered(bool checked);
void handleEventCountUpdated(int count);
+ void handleChatCountUpdated(int count);
void handleEditProfileRequest();
void handleTabChanged(int index);