From d30962bf00b491f3cc23c505b6597c7618ddcd8c Mon Sep 17 00:00:00 2001 From: Forkk Date: Sat, 4 Jan 2014 19:46:47 -0600 Subject: Implement changing update channels Allow the user to select which update channel they would like to download updates from. --- logic/updater/UpdateChecker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/updater/UpdateChecker.h') diff --git a/logic/updater/UpdateChecker.h b/logic/updater/UpdateChecker.h index a47e8903..7840cedc 100644 --- a/logic/updater/UpdateChecker.h +++ b/logic/updater/UpdateChecker.h @@ -54,7 +54,7 @@ public: QList getChannelList() const; /*! - * Returns true if the channel list is empty. + * Returns false if the channel list is empty. */ bool hasChannels() const; -- cgit v1.2.3