diff options
Diffstat (limited to 'Swift/Controllers/RosterController.h')
| -rw-r--r-- | Swift/Controllers/RosterController.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/RosterController.h b/Swift/Controllers/RosterController.h index 18f6c92..7e2b3da 100644 --- a/Swift/Controllers/RosterController.h +++ b/Swift/Controllers/RosterController.h @@ -45,6 +45,7 @@ namespace Swift {  			void setEnabled(bool enabled);  		private:  			void handleOnJIDAdded(const JID &jid); +			void handleRosterCleared();  			void handleOnJIDRemoved(const JID &jid);  			void handleOnJIDUpdated(const JID &jid, const String& oldName, const std::vector<String> oldGroups);  			void handleStartChatRequest(const JID& contact);  | 
 Swift