mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Move constructing manual URL to ServerInfo class.
Change-Id: I4d2605b2389b4378e8311fc82057974e0eb238e6
This commit is contained in:
parent
beb61a93c5
commit
4f4e1d1f0e
5 changed files with 39 additions and 50 deletions
|
|
@ -34,6 +34,9 @@ class ServerInfo : public QObject
|
|||
CurStatus,
|
||||
CurReleaseUrl,
|
||||
CurDevelUrl,
|
||||
ManualPdfUrl,
|
||||
ManualHtmlUrl,
|
||||
ManualZipUrl,
|
||||
BleedingRevision,
|
||||
BleedingDate,
|
||||
RelCandidateVersion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue