Remove obsolete options

This commit is contained in:
Gres 2020-07-12 15:32:03 +03:00
parent 092c5e65ca
commit 698c9e4e70

View File

@ -57,11 +57,9 @@ public:
QString tessdataPath; QString tessdataPath;
QString sourceLanguage{"eng"}; QString sourceLanguage{"eng"};
LanguageIds availableOcrLanguages_;
bool doTranslation{true}; bool doTranslation{true};
bool ignoreSslErrors{false}; bool ignoreSslErrors{false};
bool forceRotateTranslators{false};
LanguageId targetLanguage{"rus"}; LanguageId targetLanguage{"rus"};
std::chrono::seconds translationTimeout{15}; std::chrono::seconds translationTimeout{15};
QString translatorsDir; QString translatorsDir;