summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-06-20 22:08:20 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-06-20 22:08:20 (GMT)
commit9695b3f8343a04e71fea697fc8c280cdafe85465 (patch)
treeac76b5de06621c8733e629cd6874eac376fd81ce /Swift/QtUI/QtChatWindow.h
parentdfea757fd085ca9386b96db58c5d2bcd6173a917 (diff)
downloadswift-9695b3f8343a04e71fea697fc8c280cdafe85465.zip
swift-9695b3f8343a04e71fea697fc8c280cdafe85465.tar.bz2
Show total unread count in tab title.swift-1.0beta4
Resolves: #448
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r--Swift/QtUI/QtChatWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h
index 44d79a1..00d7f25 100644
--- a/Swift/QtUI/QtChatWindow.h
+++ b/Swift/QtUI/QtChatWindow.h
@@ -46,6 +46,7 @@ namespace Swift {
void setContactChatState(ChatState::ChatStateType state);
void setRosterModel(Roster* roster);
void setTabComplete(TabComplete* completer);
+ int getCount();
protected slots:
void qAppFocusChanged(QWidget* old, QWidget* now);