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.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/0203-qtexthtmlparser-link-color.diff b/debian/patches/0203-qtexthtmlparser-link-color.diff
deleted file mode 100644
index 54b6dca..0000000
--- a/debian/patches/0203-qtexthtmlparser-link-color.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-qt-bugs@ issue : N190509
-Trolltech task ID : 190904 (Status: closed; Version fix: 4.5.0)
-applied: no
-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
-+++ b/src/gui/text/qtexthtmlparser.cpp
-@@ -1056,7 +1056,7 @@
- && !attributes.at(i + 1).isEmpty()) {
- hasHref = true;
- charFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline);
-- charFormat.setForeground(Qt::blue);
-+ charFormat.setForeground(QApplication::palette().link());
- }
- }
-