diff options
Diffstat (limited to 'Swift/QtUI/ChatList/QtChatListWindow.h')
| -rw-r--r-- | Swift/QtUI/ChatList/QtChatListWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/ChatList/QtChatListWindow.h b/Swift/QtUI/ChatList/QtChatListWindow.h index 001650c..3322001 100644 --- a/Swift/QtUI/ChatList/QtChatListWindow.h +++ b/Swift/QtUI/ChatList/QtChatListWindow.h | |||
| @@ -27,12 +27,12 @@ namespace Swift { | |||
| 27 | void removeWhiteboardSession(const JID& jid); | 27 | void removeWhiteboardSession(const JID& jid); |
| 28 | void setBookmarksEnabled(bool enabled); | 28 | void setBookmarksEnabled(bool enabled); |
| 29 | void setRecents(const std::list<ChatListWindow::Chat>& recents); | 29 | void setRecents(const std::list<ChatListWindow::Chat>& recents); |
| 30 | void setUnreadCount(int unread); | 30 | void setUnreadCount(size_t unread); |
| 31 | void clearBookmarks(); | 31 | void clearBookmarks(); |
| 32 | virtual void setOnline(bool isOnline); | 32 | virtual void setOnline(bool isOnline); |
| 33 | 33 | ||
| 34 | signals: | 34 | signals: |
| 35 | void onCountUpdated(int count); | 35 | void onCountUpdated(size_t count); |
| 36 | private slots: | 36 | private slots: |
| 37 | void handleItemActivated(const QModelIndex&); | 37 | void handleItemActivated(const QModelIndex&); |
| 38 | void handleEditBookmark(); | 38 | void handleEditBookmark(); |
Swift