Commit cb9b7a6c authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: EPGEVent: can be same event without being current

parent f66b2c98
...@@ -44,8 +44,7 @@ public: ...@@ -44,8 +44,7 @@ public:
&& name == other.name && name == other.name
&& description == other.description && description == other.description
&& shortDescription == other.shortDescription && shortDescription == other.shortDescription
&& channelName == other.channelName && channelName == other.channelName;
&& current == other.current;
} }
bool ends_before( const QDateTime & ref ) const bool ends_before( const QDateTime & ref ) const
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment