forked from len0rd/rockbox
Move retrieval of revision and release numbers to RockboxInfo class.
This allows reusing retrieval for upcoming distinguishing between release and current voice files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26636 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
be8da842b8
commit
b2998ef6c7
3 changed files with 15 additions and 12 deletions
|
|
@ -36,8 +36,12 @@ public:
|
|||
QString target() {return m_target;}
|
||||
int ram() { return m_ram; }
|
||||
bool success() { return m_success; }
|
||||
QString revision(void) { return m_revision; }
|
||||
QString release(void) { return m_release; }
|
||||
private:
|
||||
QString m_version;
|
||||
QString m_revision;
|
||||
QString m_release;
|
||||
QString m_features;
|
||||
QString m_targetid;
|
||||
QString m_target;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue