summaryrefslogtreecommitdiff
path: root/debian/patches/0203-qtexthtmlparser-link-color.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0203-qtexthtmlparser-link-color.diff')
-rw-r--r--debian/patches/0203-qtexthtmlparser-link-color.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0203-qtexthtmlparser-link-color.diff b/debian/patches/0203-qtexthtmlparser-link-color.diff
index 81fc9ba..1e091b7 100644
--- a/debian/patches/0203-qtexthtmlparser-link-color.diff
+++ b/debian/patches/0203-qtexthtmlparser-link-color.diff
@@ -5,9 +5,9 @@ author: Rafael Fernández López <ereslibre@kde.org>
Links are assigned a foreground color according to the system current color scheme.
---- a/src/gui/text/qtexthtmlparser.cpp (revisión: 745183)
-+++ b/src/gui/text/qtexthtmlparser.cpp (copia de trabajo)
-@@ -1053,7 +1053,7 @@ void QTextHtmlParserNode::initializeProp
+--- a/src/gui/text/qtexthtmlparser.cpp
++++ b/src/gui/text/qtexthtmlparser.cpp
+@@ -1053,7 +1053,7 @@
&& !attributes.at(i + 1).isEmpty()) {
hasHref = true;
charFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline);