summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/AccountController.h')
-rw-r--r--Swift/Controllers/AccountController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/AccountController.h b/Swift/Controllers/AccountController.h
index 774aa8b..4a31645 100644
--- a/Swift/Controllers/AccountController.h
+++ b/Swift/Controllers/AccountController.h
@@ -111,7 +111,7 @@ namespace Swift {
111 void handleChangeStatusRequest(StatusShow::Type show, const std::string &statusText); 111 void handleChangeStatusRequest(StatusShow::Type show, const std::string &statusText);
112 void handleDisconnected(const boost::optional<ClientError>& error); 112 void handleDisconnected(const boost::optional<ClientError>& error);
113 void handleServerDiscoInfoResponse(std::shared_ptr<DiscoInfo>, ErrorPayload::ref); 113 void handleServerDiscoInfoResponse(std::shared_ptr<DiscoInfo>, ErrorPayload::ref);
114 void handleEventQueueLengthChange(int count); 114 void handleEventQueueLengthChange(size_t count);
115 void handleVCardReceived(const JID& j, VCard::ref vCard); 115 void handleVCardReceived(const JID& j, VCard::ref vCard);
116 void handleSettingChanged(const std::string& settingPath); 116 void handleSettingChanged(const std::string& settingPath);
117 void handlePurgeSavedLoginRequest(const std::string& username); 117 void handlePurgeSavedLoginRequest(const std::string& username);