forked from len0rd/rockbox
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
|
|
@ -44,6 +44,7 @@ const static struct {
|
|||
{ RbSettings::ServerConfUrl, "server_conf_url", "" },
|
||||
{ RbSettings::GenlangUrl, "genlang_url", "" },
|
||||
{ RbSettings::ThemesUrl, "themes_url", "" },
|
||||
{ RbSettings::RbutilUrl, "rbutil_url", "" },
|
||||
{ RbSettings::BleedingInfo, "bleeding_info", "" },
|
||||
{ RbSettings::CurPlatformName, ":platform:/name", "" },
|
||||
{ RbSettings::CurManual, ":platform:/manualname","rockbox-:platform:" },
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@ class RbSettings : public QObject
|
|||
ServerConfUrl,
|
||||
GenlangUrl,
|
||||
ThemesUrl,
|
||||
RbutilUrl,
|
||||
BleedingInfo,
|
||||
CurPlatformName,
|
||||
CurManual,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue