diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-06-20 22:08:20 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-06-20 22:08:20 (GMT) |
commit | 9695b3f8343a04e71fea697fc8c280cdafe85465 (patch) | |
tree | ac76b5de06621c8733e629cd6874eac376fd81ce /Swift/QtUI/QtChatWindow.h | |
parent | dfea757fd085ca9386b96db58c5d2bcd6173a917 (diff) | |
download | swift-contrib-48c42652b22dc23112da35fcd00a8de767aef553.zip swift-contrib-48c42652b22dc23112da35fcd00a8de767aef553.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.h | 1 |
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); |