diff --git a/Manager.cpp b/Manager.cpp index 071c713..ab16d76 100644 --- a/Manager.cpp +++ b/Manager.cpp @@ -270,7 +270,7 @@ void Manager::editRecognized (ProcessingItem item) { NULL, tr ("Правка"), tr ("Исправьте распознанный текст"), item.recognized); if (!fixed.isEmpty ()) { item.recognized = fixed; - showResult (item); + emit requestTranslate (item); } }