summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/ProfileController.h')
-rw-r--r--Swift/Controllers/ProfileController.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/Swift/Controllers/ProfileController.h b/Swift/Controllers/ProfileController.h
index 466834f..c6f5420 100644
--- a/Swift/Controllers/ProfileController.h
+++ b/Swift/Controllers/ProfileController.h
@@ -1,16 +1,17 @@
1/* 1/*
2 * Copyright (c) 2010 Isode Limited. 2 * Copyright (c) 2010-2015 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
6 6
7#pragma once 7#pragma once
8 8
9#include <Swift/Controllers/UIEvents/UIEvent.h>
10#include <Swiften/Elements/VCard.h>
11#include <Swiften/Elements/ErrorPayload.h> 9#include <Swiften/Elements/ErrorPayload.h>
10#include <Swiften/Elements/VCard.h>
12#include <Swiften/VCards/SetVCardRequest.h> 11#include <Swiften/VCards/SetVCardRequest.h>
13 12
13#include <Swift/Controllers/UIEvents/UIEvent.h>
14
14namespace Swift { 15namespace Swift {
15 class UIEventStream; 16 class UIEventStream;
16 class ProfileWindowFactory; 17 class ProfileWindowFactory;
@@ -40,6 +41,7 @@ namespace Swift {
40 SetVCardRequest::ref pendingSetVCardRequest; 41 SetVCardRequest::ref pendingSetVCardRequest;
41 ProfileWindow* profileWindow; 42 ProfileWindow* profileWindow;
42 bool gettingVCard; 43 bool gettingVCard;
44 VCard::ref vcardBeforeEdit;
43 }; 45 };
44} 46}
45 47