diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-02-07 20:39:05 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-02-07 20:39:05 (GMT) |
commit | e520ec1c7521c855e8d91748ed661b9848c324a1 (patch) | |
tree | b0a9cafcb13565b3289909080c8d51e47e5832b0 /Swift/Controllers/UIInterfaces | |
parent | 4636fb155afcb2d7084e7a0debfa093780488f22 (diff) | |
download | swift-e520ec1c7521c855e8d91748ed661b9848c324a1.zip swift-e520ec1c7521c855e8d91748ed661b9848c324a1.tar.bz2 |
Split contact editing out into separate widget.
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
-rw-r--r-- | Swift/Controllers/UIInterfaces/ContactEditWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UIInterfaces/ContactEditWindow.h b/Swift/Controllers/UIInterfaces/ContactEditWindow.h index 3feb718..fe552c2 100644 --- a/Swift/Controllers/UIInterfaces/ContactEditWindow.h +++ b/Swift/Controllers/UIInterfaces/ContactEditWindow.h @@ -28,6 +28,6 @@ namespace Swift { virtual void hide() = 0; boost::signal<void ()> onRemoveContactRequest; - boost::signal<void (const String& /* name */, const std::vector<String>& /* groups */)> onChangeContactRequest; + boost::signal<void (const String& /* name */, const std::set<String>& /* groups */)> onChangeContactRequest; }; } |