diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-07-08 07:41:54 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-07-08 07:41:54 (GMT) |
commit | bd7a78529da15acb0698453d77324cdc8a02005f (patch) | |
tree | 96e98ce78648148979aae3f2ad786dc8f431e7a6 /Swift/Controllers/Chat | |
parent | 3ef9dabfc62cb3daf0b88543a5d65d31e8eb5977 (diff) | |
download | swift-bd7a78529da15acb0698453d77324cdc8a02005f.zip swift-bd7a78529da15acb0698453d77324cdc8a02005f.tar.bz2 |
Morph the login window into the roster before re-enabling login.
Resolves: #920
Diffstat (limited to 'Swift/Controllers/Chat')
-rw-r--r-- | Swift/Controllers/Chat/UnitTest/MockChatListWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/UnitTest/MockChatListWindow.h b/Swift/Controllers/Chat/UnitTest/MockChatListWindow.h index b1e1329..6ac8d4a 100644 --- a/Swift/Controllers/Chat/UnitTest/MockChatListWindow.h +++ b/Swift/Controllers/Chat/UnitTest/MockChatListWindow.h @@ -18,7 +18,7 @@ namespace Swift { void removeMUCBookmark(const MUCBookmark& /*bookmark*/) {} void setBookmarksEnabled(bool /*enabled*/) {} void setRecents(const std::list<ChatListWindow::Chat>& /*recents*/) {} - void setUnreadCount(int unread) {} + void setUnreadCount(int /*unread*/) {} void clearBookmarks() {} }; |