summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-07-08 07:41:54 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-07-08 07:41:54 (GMT)
commitbd7a78529da15acb0698453d77324cdc8a02005f (patch)
tree96e98ce78648148979aae3f2ad786dc8f431e7a6 /Swift/QtUI
parent3ef9dabfc62cb3daf0b88543a5d65d31e8eb5977 (diff)
downloadswift-bd7a78529da15acb0698453d77324cdc8a02005f.zip
swift-bd7a78529da15acb0698453d77324cdc8a02005f.tar.bz2
Morph the login window into the roster before re-enabling login.
Resolves: #920
Diffstat (limited to 'Swift/QtUI')
-rw-r--r--Swift/QtUI/ChatList/QtChatListWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/ChatList/QtChatListWindow.cpp b/Swift/QtUI/ChatList/QtChatListWindow.cpp
index cfbbcb9..fab6374 100644
--- a/Swift/QtUI/ChatList/QtChatListWindow.cpp
+++ b/Swift/QtUI/ChatList/QtChatListWindow.cpp
@@ -99,7 +99,7 @@ void QtChatListWindow::setRecents(const std::list<ChatListWindow::Chat>& recents
model_->setRecents(recents);
}
-void QtChatListWindow::setUnreadCount(int unread) {
+void QtChatListWindow::setUnreadCount(int /*unread*/) {
}