From c352ca4a3dc2e6e3a4c039589849cf502911ba95 Mon Sep 17 00:00:00 2001 From: Daniel Engelke Date: Wed, 28 Nov 2018 18:02:43 +0100 Subject: Fix missing strike out Added and tag aka strike out to QQuickStyledText. QQuickStyledText covers the essential text decorations, apart from strike out. In order to use it, one had to switch to RichText, which comes with its own overhead and limitations. for no longer accurate or no longer relevant content for removed content Fixes: QTBUG-72376 Change-Id: I3c191d91d57afcc48090facc49d643f8ad708fb4 Reviewed-by: Frederik Gladhorn Reviewed-by: Shawn Rutledge --- src/quick/items/qquicktext.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/quick/items/qquicktext.cpp') diff --git a/src/quick/items/qquicktext.cpp b/src/quick/items/qquicktext.cpp index 4d4540bc36..dd7fbccff5 100644 --- a/src/quick/items/qquicktext.cpp +++ b/src/quick/items/qquicktext.cpp @@ -2082,6 +2082,8 @@ void QQuickText::resetMaximumLineCount() \code - bold + - strike out (removed content) + - strike out (no longer accurate or no longer relevant content) - bold - italic
- new line -- cgit v1.2.3