From bbb27a609d1059f035351aa832aa7fff02fc770b Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 19 Feb 2025 10:54:30 +0100 Subject: [PATCH] sonnet6, fix patchset (#11807) --- kde-frameworks/sonnet/patches/sonnet-6.11.0.patchset | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/sonnet/patches/sonnet-6.11.0.patchset b/kde-frameworks/sonnet/patches/sonnet-6.11.0.patchset index 506f1b8e8..e2be585fc 100644 --- a/kde-frameworks/sonnet/patches/sonnet-6.11.0.patchset +++ b/kde-frameworks/sonnet/patches/sonnet-6.11.0.patchset @@ -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)