changeset 275:acfbbd2fea47

Displays only results that have confidence <> 0.0
author lbarthelemy
date Thu, 03 Jul 2008 10:17:46 +0000
parents 96121bc067fb
children a9af42a93073
files widgets/SpeechFileHandler.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/widgets/SpeechFileHandler.h	Thu Jul 03 10:16:16 2008 +0000
+++ b/widgets/SpeechFileHandler.h	Thu Jul 03 10:17:46 2008 +0000
@@ -26,6 +26,7 @@
 	QString _currentTag;
 	
 	QString _result;
+	QString _resultAux;
 
 
 };