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:
&& name == other.name
&& description == other.description
&& shortDescription == other.shortDescription
&& channelName == other.channelName
&& current == other.current;
&& channelName == other.channelName;
}
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