diff --git a/spellcheck/platform/linux/language_linux.cpp b/spellcheck/platform/linux/language_linux.cpp index a691889..34baf48 100644 --- a/spellcheck/platform/linux/language_linux.cpp +++ b/spellcheck/platform/linux/language_linux.cpp @@ -8,7 +8,7 @@ namespace Platform::Language { -Id Recognize(QStringView text) { +LanguageId Recognize(QStringView text) { return {}; }