diff options
Diffstat (limited to 'rbutil/rbutilqt/talkfile.h')
-rw-r--r-- | rbutil/rbutilqt/talkfile.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rbutil/rbutilqt/talkfile.h b/rbutil/rbutilqt/talkfile.h index dfdf8ae033..f2119bc447 100644 --- a/rbutil/rbutilqt/talkfile.h +++ b/rbutil/rbutilqt/talkfile.h | |||
@@ -38,7 +38,7 @@ public: | |||
38 | void setTTsType(QString tts) { m_curTTS = tts; } | 38 | void setTTsType(QString tts) { m_curTTS = tts; } |
39 | void setTTsOpts(QString opts) {m_TTSOpts=opts;} | 39 | void setTTsOpts(QString opts) {m_TTSOpts=opts;} |
40 | void setTTsTemplate(QString t) { m_curTTSTemplate = t; } | 40 | void setTTsTemplate(QString t) { m_curTTSTemplate = t; } |
41 | 41 | ||
42 | void setEncType(QString enc) { m_curEnc = enc; } | 42 | void setEncType(QString enc) { m_curEnc = enc; } |
43 | void setEncOpts(QString opts) {m_EncOpts=opts;} | 43 | void setEncOpts(QString opts) {m_EncOpts=opts;} |
44 | void setEncTemplate(QString t) { m_curEncTemplate = t; } | 44 | void setEncTemplate(QString t) { m_curEncTemplate = t; } |
@@ -75,15 +75,15 @@ private: | |||
75 | QString m_EncExec; | 75 | QString m_EncExec; |
76 | QString m_EncOpts; | 76 | QString m_EncOpts; |
77 | QString m_curEncTemplate; | 77 | QString m_curEncTemplate; |
78 | 78 | ||
79 | bool m_overwriteTalk; | 79 | bool m_overwriteTalk; |
80 | bool m_overwriteWav; | 80 | bool m_overwriteWav; |
81 | bool m_removeWav; | 81 | bool m_removeWav; |
82 | bool m_recursive; | 82 | bool m_recursive; |
83 | bool m_stripExtensions; | 83 | bool m_stripExtensions; |
84 | 84 | ||
85 | ProgressloggerInterface* m_logger; | 85 | ProgressloggerInterface* m_logger; |
86 | 86 | ||
87 | bool m_abort; | 87 | bool m_abort; |
88 | }; | 88 | }; |
89 | 89 | ||