summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-06-27 17:53:07 (GMT)
committerCatalin Badea <catalin.badea392@gmail.com>2012-06-27 17:53:07 (GMT)
commit72819f0c95ad3fe264806d3a072fcbfab3131fcf (patch)
tree002cdb467597cfbe774b93f49400e3facd9efe43 /Swift/Controllers/HistoryViewController.h
parent0998d6a8f138e0fd00245fc3c1efc8878fa7b888 (diff)
downloadswift-contrib-72819f0c95ad3fe264806d3a072fcbfab3131fcf.zip
swift-contrib-72819f0c95ad3fe264806d3a072fcbfab3131fcf.tar.bz2
Display conversations by using roster selection
Diffstat (limited to 'Swift/Controllers/HistoryViewController.h')
-rw-r--r--Swift/Controllers/HistoryViewController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/HistoryViewController.h b/Swift/Controllers/HistoryViewController.h
index f64dd35..94e5df3 100644
--- a/Swift/Controllers/HistoryViewController.h
+++ b/Swift/Controllers/HistoryViewController.h
@@ -16,6 +16,7 @@ namespace Swift {
class HistoryWindowFactory;
class HistoryWindow;
class Roster;
+ class RosterItem;
class HistoryController;
class HistoryViewController {
@@ -25,6 +26,7 @@ namespace Swift {
private:
void handleUIEvent(boost::shared_ptr<UIEvent> event);
+ void handleSelectedContactChanged(RosterItem* item);
private:
UIEventStream* uiEventStream_;