aboutsummaryrefslogtreecommitdiffstats
path: root/qt
diff options
context:
space:
mode:
authorAkseli Salovaara <akseli.salovaara@qt.io>2021-05-04 11:46:00 +0300
committerAkseli Salovaara <akseli.salovaara@qt.io>2021-05-04 09:10:01 +0000
commitb73c3424b34bc622e13e12978962c3ffda02cd77 (patch)
tree48a43744a3cbee37361daa23a622c8c3b8c67287 /qt
parent58c4b170c29612541798028cec692971ed65633c (diff)
Line up one extremely long line of text on Qt 6.0.4 release note
One extremely long line of text seems bad on both code.qt.io and when release note is uploaded to Qt Account. Line up long text to multiple rows. Change-Id: I18ae51fb3a45f57b85bbca6650f1a0d93f4b106f Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'qt')
-rw-r--r--qt/6.0.4/release-note.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt/6.0.4/release-note.txt b/qt/6.0.4/release-note.txt
index 5a67c13..25d4350 100644
--- a/qt/6.0.4/release-note.txt
+++ b/qt/6.0.4/release-note.txt
@@ -30,7 +30,9 @@ _________________
Qt now reads Xft/DPI from X settings at startup, and will prefer this value over Xft.dpi from X resources.
dc9b55d6b2 Fix case sensitivity handling QSFPM
- Case sensitivity as well as regular expression options handling have been fixed. The original value is properly kept when using setFilterWildCard and setFilterFixedString. The regular expression options are now also properly kept when changing the case senstitivity through setFilterCaseSensitivity.
+ Case sensitivity as well as regular expression options handling have been fixed.
+ The original value is properly kept when using setFilterWildCard and setFilterFixedString.
+ The regular expression options are now also properly kept when changing the case senstitivity through setFilterCaseSensitivity.
Fixes