From b2380b535e99b4bc49d91bb228598f85362446ca Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 3 Jun 2012 16:13:04 +0200 Subject: voicefont: make format version a parameter. Make hardcoded format version a parameter to allow adjusting depending on the installed Rockbox version. Rockbox Utility will read the version from the installed version. Since the command line voicefont tool is only intended for use in the current tree it uses a fixed version. Change-Id: I1ec935d47c71961e93b3c6bc6c5d816cd9fc83ff --- rbutil/rbutilqt/base/rockboxinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rbutil/rbutilqt/base/rockboxinfo.h') diff --git a/rbutil/rbutilqt/base/rockboxinfo.h b/rbutil/rbutilqt/base/rockboxinfo.h index 9ea6e2011f..af5cf227f7 100644 --- a/rbutil/rbutilqt/base/rockboxinfo.h +++ b/rbutil/rbutilqt/base/rockboxinfo.h @@ -34,6 +34,7 @@ public: QString targetID() {return m_targetid;} QString target() {return m_target;} int ram() { return m_ram; } + int voicefmt() { return m_voicefmt; } bool success() { return m_success; } QString revision(void) { return m_revision; } QString release(void) { return m_release; } @@ -45,6 +46,7 @@ private: QString m_targetid; QString m_target; int m_ram; + int m_voicefmt; bool m_success; }; -- cgit v1.2.3