From 13d8649a3445717b8527dfb2ef3c301bdc2e0188 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Fri, 11 Jun 2010 19:18:13 +0000 Subject: Rework Rockbox Utility update version number check. The version check failed on subrelease versions (as the 1.2.5-1 rebuild done for Mac) and detected an updated version that is in fact an outdated one. Rework the comparison completely, move it to the Utils class and display some more information in the status bar upon update check. Especially keep a notice in the status bar if an updated version was found. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26788 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/rbutilqt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'rbutil/rbutilqt/rbutilqt.h') diff --git a/rbutil/rbutilqt/rbutilqt.h b/rbutil/rbutilqt/rbutilqt.h index 76747bca07..42656540e6 100644 --- a/rbutil/rbutilqt/rbutilqt.h +++ b/rbutil/rbutilqt/rbutilqt.h @@ -113,7 +113,6 @@ class RbUtilQt : public QMainWindow void checkUpdate(void); void downloadUpdateDone(bool errror); - bool newerVersion(QString versionOld,QString versionNew); }; #endif -- cgit