mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Move download URL construction to ServerInfo.
Centralize creating the URLs so it's not duplicated in two places. This also allows to change the representation on the server more easily, since it only requires changes in one place. Currently only changes URLs for Rockbox builds. Change-Id: I87277cd61f8b164bdbcd914c9873d674661a786c
This commit is contained in:
parent
c2246905a2
commit
94555a0b08
4 changed files with 33 additions and 16 deletions
|
|
@ -32,6 +32,8 @@ class ServerInfo : public QObject
|
|||
enum ServerInfos {
|
||||
CurReleaseVersion,
|
||||
CurStatus,
|
||||
CurReleaseUrl,
|
||||
CurDevelUrl,
|
||||
BleedingRevision,
|
||||
BleedingDate,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue