diff options
Diffstat (limited to 'Swift/QtUI/QtContactEditWindow.h')
| -rw-r--r-- | Swift/QtUI/QtContactEditWindow.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/QtContactEditWindow.h b/Swift/QtUI/QtContactEditWindow.h index b25e8b9..5392b10 100644 --- a/Swift/QtUI/QtContactEditWindow.h +++ b/Swift/QtUI/QtContactEditWindow.h @@ -11,6 +11,7 @@  #include <Swift/Controllers/UIInterfaces/ContactEditWindow.h>  #include <string>  #include <Swiften/JID/JID.h> +#include <Swiften/Elements/VCard.h>  class QLabel;  class QVBoxLayout; @@ -23,7 +24,9 @@ namespace Swift {  		public:  			QtContactEditWindow(); +			virtual ~QtContactEditWindow(); +			virtual void setNameSuggestions(const std::vector<std::string>& nameSuggestions);  			virtual void setContact(const JID& jid, const std::string& name, const std::vector<std::string>& groups, const std::set<std::string>& allGroups);  			void setEnabled(bool);  | 
 Swift