diff options
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r-- | Swift/QtUI/QtChatWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h index 8d7db59..bbcdee7 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h | |||
@@ -183,10 +183,12 @@ namespace Swift { | |||
183 | void handleSettingChanged(const std::string& setting); | 183 | void handleSettingChanged(const std::string& setting); |
184 | 184 | ||
185 | void handleOccupantSelectionChanged(RosterItem* item); | 185 | void handleOccupantSelectionChanged(RosterItem* item); |
186 | void handleAppendedToLog(); | 186 | void handleAppendedToLog(); |
187 | 187 | ||
188 | static std::vector<JID> jidListFromQByteArray(const QByteArray& dataBytes); | ||
189 | |||
188 | private: | 190 | private: |
189 | int unreadCount_; | 191 | int unreadCount_; |
190 | bool contactIsTyping_; | 192 | bool contactIsTyping_; |
191 | LastLineTracker lastLineTracker_; | 193 | LastLineTracker lastLineTracker_; |
192 | std::string id_; | 194 | std::string id_; |