# HG changeset patch # User lbarthelemy # Date 1215080266 0 # Node ID acfbbd2fea4772ca40adcae4b9840e7aea1a2239 # Parent 96121bc067fb0dc68f35d8b1acfe8f33961e99bf Displays only results that have confidence <> 0.0 diff -r 96121bc067fb -r acfbbd2fea47 widgets/SpeechFileHandler.h --- 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; };