Tests for parsing of channel lists in UpdateChecker
This commit is contained in:
parent
ac2721e954
commit
a02e62f17f
6 changed files with 111 additions and 2 deletions
|
@ -44,7 +44,7 @@ QList<UpdateChecker::ChannelListEntry> UpdateChecker::getChannelList() const
|
|||
|
||||
bool UpdateChecker::hasChannels() const
|
||||
{
|
||||
return m_channels.isEmpty();
|
||||
return !m_channels.isEmpty();
|
||||
}
|
||||
|
||||
void UpdateChecker::checkForUpdate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue