mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
rbutil: check for new Versions at startup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22734 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1b1bd7ef46
commit
293a4b62d7
5 changed files with 146 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ class RbUtilQt : public QMainWindow
|
|||
QString platform;
|
||||
HttpGet *daily;
|
||||
HttpGet *bleeding;
|
||||
HttpGet *update;
|
||||
QString absolutePath;
|
||||
QTemporaryFile buildInfo;
|
||||
QTemporaryFile bleedingInfo;
|
||||
|
|
@ -110,6 +111,10 @@ class RbUtilQt : public QMainWindow
|
|||
void installPortable(void);
|
||||
void updateInfo(void);
|
||||
void updateTabs(int);
|
||||
|
||||
void checkUpdate(void);
|
||||
void downloadUpdateDone(bool errror);
|
||||
bool newerVersion(QString versionOld,QString versionNew);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue