sonnet6, fix patchset (#11807)

This commit is contained in:
Schrijvers Luc
2025-02-19 10:54:30 +01:00
committed by GitHub
parent 3f3b7906a8
commit bbb27a609d

View File

@@ -5,11 +5,11 @@ Subject: Add hunspell dictionary paths for Haiku
diff --git a/src/plugins/hunspell/hunspellclient.cpp b/src/plugins/hunspell/hunspellclient.cpp
index b9359f8..b63bba3 100644
index b72a1ee..c63ad8a 100644
--- a/src/plugins/hunspell/hunspellclient.cpp
+++ b/src/plugins/hunspell/hunspellclient.cpp
@@ -36,6 +36,9 @@ HunspellClient::HunspellClient(QObject *parent)
};
@@ -47,6 +47,9 @@ HunspellClient::HunspellClient(QObject *parent)
#ifdef Q_OS_WIN
maybeAddPath(QStringLiteral(SONNET_INSTALL_PREFIX "/bin/data/hunspell/"));
+#elif defined(Q_OS_HAIKU)