Drop the qDebug patch (sonnet uses qCWarning() now)

epel9
Daniel Vrátil 8 years ago
parent a526333d24
commit 3cda0d4bf9

@ -21,8 +21,6 @@ URL: https://quickgit.kde.org/?p=%{framework}.git
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
## upstreamable patches
# silence (mostly) needless output by default
Patch1: sonnet-5.15.0-qDebug.patch
# workaround multilib conflicts in trigrams.map by using QMap instead of QHash
# https://bugzilla.redhat.com/show_bug.cgi?id=1262746
Patch2: sonnet-5.13.0-multilib.patch

@ -1,12 +0,0 @@
diff -up sonnet-5.15.0/src/core/loader.cpp.qDebug sonnet-5.15.0/src/core/loader.cpp
--- sonnet-5.15.0/src/core/loader.cpp.qDebug 2015-10-05 03:29:56.000000000 -0500
+++ sonnet-5.15.0/src/core/loader.cpp 2015-10-19 09:39:40.679656424 -0500
@@ -95,7 +95,7 @@ SpellerPlugin *Loader::createSpeller(con
const QVector<Client *> lClients = d->languageClients[plang];
if (lClients.isEmpty()) {
- qWarning() << "No language dictionaries for the language:" << plang;
+ qDebug() << "No language dictionaries for the language:" << plang;
return 0;
}
Loading…
Cancel
Save