comparison sv/main/MainWindow.cpp @ 268:ee047fc1a552

if no title is present in the results list, it is replace by "unknown" when a new TIMELINE INFORMATION layer is loaded the sample rate is set up to the main model (WaveFileModel) sample rate.
author lbajardsilogic
date Wed, 25 Jun 2008 09:47:11 +0000
parents 63a485275ed6
children 0c8385c5a22e
comparison
equal deleted inserted replaced
267:c04e768639cf 268:ee047fc1a552
5606 5606
5607 void MainWindow::openSpeechQuery(){ 5607 void MainWindow::openSpeechQuery(){
5608 m_speechRecognitionUI->show(); 5608 m_speechRecognitionUI->show();
5609 m_speechRecognitionUI->topLevelWidget(); 5609 m_speechRecognitionUI->topLevelWidget();
5610 } 5610 }
5611
5612 size_t MainWindow::getMainModelSampleRate()
5613 {
5614 return getMainModel()->getSampleRate();
5615 }