diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-15 23:47:57 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-15 23:47:57 +0100 |
commit | 5df86d9ffa53877f7e7b84bafb8dc8134c61ab82 (patch) | |
tree | 10bb64b1aaca91e24978302e984e73e1d9908859 /logic/updater/UpdateChecker.cpp | |
parent | b773ef08afff14bf0e342578c21122758c26b680 (diff) | |
parent | 7f884a18a85eca8c1a395ab0e9d421f17a98f142 (diff) | |
download | MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.gz MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.lz MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.xz MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.zip |
Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into develop
Diffstat (limited to 'logic/updater/UpdateChecker.cpp')
-rw-r--r-- | logic/updater/UpdateChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/updater/UpdateChecker.cpp b/logic/updater/UpdateChecker.cpp index 5ff1898e..af56288c 100644 --- a/logic/updater/UpdateChecker.cpp +++ b/logic/updater/UpdateChecker.cpp @@ -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() |