diff options
Diffstat (limited to 'Swift/Controllers/ProfileController.h')
-rw-r--r-- | Swift/Controllers/ProfileController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/ProfileController.h b/Swift/Controllers/ProfileController.h index c1afcf9..538df36 100644 --- a/Swift/Controllers/ProfileController.h +++ b/Swift/Controllers/ProfileController.h @@ -30,4 +30,5 @@ namespace Swift { void handleSetVCardResponse(ErrorPayload::ref); void handleOwnVCardChanged(VCard::ref vcard); + void handleProfileWindowAboutToBeClosed(const JID&); void updateDialogStatus(); |