summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Maudsley <richard.maudsley@isode.com>2014-01-20 11:35:33 (GMT)
committerRichard Maudsley <richard.maudsley@isode.com>2014-01-20 11:35:33 (GMT)
commita4c19849c82745c8bde496f2e0a928c14fcbb56d (patch)
treecd60d2b2e7a309624607219a5e3b170ae663506a /Swift/Controllers/HighlightEditorController.h
parent3a4a3a1804a0a43dd23c97287fe8d302be323bdd (diff)
downloadswift-a4c19849c82745c8bde496f2e0a928c14fcbb56d.zip
swift-a4c19849c82745c8bde496f2e0a928c14fcbb56d.tar.bz2
Added SuggestingJIDInput.
Change-Id: I34690b0a019da2b882a3eba28ba77e87f61bbe7a
Diffstat (limited to 'Swift/Controllers/HighlightEditorController.h')
-rw-r--r--Swift/Controllers/HighlightEditorController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/Controllers/HighlightEditorController.h b/Swift/Controllers/HighlightEditorController.h
index f784248..c8d9bef 100644
--- a/Swift/Controllers/HighlightEditorController.h
+++ b/Swift/Controllers/HighlightEditorController.h
@@ -22,10 +22,11 @@ namespace Swift {
class HighlightEditorController {
public:
- HighlightEditorController(UIEventStream* uiEventStream, ContactSuggester* contactSuggester, HighlightEditorWindowFactory* highlightEditorWindowFactory, HighlightManager* highlightManager);
+ HighlightEditorController(UIEventStream* uiEventStream, HighlightEditorWindowFactory* highlightEditorWindowFactory, HighlightManager* highlightManager);
~HighlightEditorController();
HighlightManager* getHighlightManager() const { return highlightManager_; }
+ void setContactSuggester(ContactSuggester *suggester) { contactSuggester_ = suggester; }
private:
void handleUIEvent(boost::shared_ptr<UIEvent> event);