Home
last modified time | relevance | path

Searched refs:slotProcessSpeechError (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/dialogs/
H A Dtextbasededit.h149 void slotProcessSpeechError();
H A Dtextbasededit.cpp862 …_speechJob.get(), &QProcess::readyReadStandardError, this, &TextBasedEdit::slotProcessSpeechError); in startRecognition()
885 …_speechJob.get(), &QProcess::readyReadStandardError, this, &TextBasedEdit::slotProcessSpeechError); in startRecognition()
930 void TextBasedEdit::slotProcessSpeechError() in slotProcessSpeechError() function in TextBasedEdit