summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/voicefile.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2012-05-23 22:48:09 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2012-05-23 22:48:09 +0200
commit6de59442a50f840686baad96c68d6e215299b0d4 (patch)
tree34cb205da9cfc107108bf951a6bca11dabfc5991 /rbutil/rbutilqt/base/voicefile.h
parent968448c9cdd2583225cff015b43aeeb9d1c304da (diff)
downloadrockbox-6de59442a50f840686baad96c68d6e215299b0d4.tar.gz
rockbox-6de59442a50f840686baad96c68d6e215299b0d4.zip
Use Rockbox version for created voicefile version.
Instead of using the date the voice file was created use the version of Rockbox the voice file was created for. That way it is possible to see from the installation log if the installed voice matches the current Rockbox version. Change-Id: I9fd7d40d718febafbc20579f049b9b94cfa5d573
Diffstat (limited to 'rbutil/rbutilqt/base/voicefile.h')
-rw-r--r--rbutil/rbutilqt/base/voicefile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/base/voicefile.h b/rbutil/rbutilqt/base/voicefile.h
index 9296dbebdf..82698bfbde 100644
--- a/rbutil/rbutilqt/base/voicefile.h
+++ b/rbutil/rbutilqt/base/voicefile.h
@@ -64,6 +64,7 @@ private:
64 QString m_path; //path where the wav and mp3 files are stored to 64 QString m_path; //path where the wav and mp3 files are stored to
65 int m_targetid; //the target id 65 int m_targetid; //the target id
66 QString m_lang; // the language which will be spoken 66 QString m_lang; // the language which will be spoken
67 QString m_versionstring; // version string to be used for logging
67 int m_wavtrimThreshold; 68 int m_wavtrimThreshold;
68 69
69 bool m_abort; 70 bool m_abort;