language_linux.cpp 408 B

123456789101112131415
  1. // This file is part of Desktop App Toolkit,
  2. // a set of libraries for developing nice desktop applications.
  3. //
  4. // For license and copyright information please follow this link:
  5. // https://github.com/desktop-app/legal/blob/master/LEGAL
  6. //
  7. #include "spellcheck/platform/linux/language_linux.h"
  8. namespace Platform::Language {
  9. Id Recognize(QStringView text) {
  10. return {};
  11. }
  12. } // namespace Platform::Language