From 40bfdf4152c5bd6ef6d3b3b0e726ca5371f5a582 Mon Sep 17 00:00:00 2001
From: Christian Wieninger <cwieninger (at) gmx (dot) de>
Date: Wed, 23 May 2007 09:34:30 +0000
Subject: - summary for search results

---
 epgsearch.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'epgsearch.h')

diff --git a/epgsearch.h b/epgsearch.h
index 6c38ee1..5a67a54 100644
--- a/epgsearch.h
+++ b/epgsearch.h
@@ -312,6 +312,7 @@ public:
 	tEventID EventId() const { return m_eventId; }
 	std::string const& Title() const { return m_title; }
 	std::string const& ShortText() const { return m_shorttext; }
+	std::string const& Description() const { return m_description; }
 	time_t StartTime() const { return m_starttime; }
 	time_t StopTime() const { return m_stoptime; }
 	tChannelID Channel() const { return m_channel; }
@@ -325,6 +326,7 @@ private:
 	tEventID m_eventId;
 	std::string m_title;
 	std::string m_shorttext;
+	std::string m_description;
 	time_t m_starttime;
 	time_t m_stoptime;
 	tChannelID m_channel;
-- 
cgit v1.2.3