Skip to content

Commit c654d1a

Browse files
committed
Back to QString::KeepEmptyParts even if deprecated to build with old qts
1 parent 5565fa3 commit c654d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archdocposition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ QString ArchDocPosition::htmlText(const QString& paraStyle) const
9898
if ( style.isEmpty() ) style = QStringLiteral("text");
9999

100100
// Keep empty parts allows multiple newlines here
101-
const QStringList li = mText.toHtmlEscaped().split( "\n", Qt::KeepEmptyParts );
101+
const QStringList li = mText.toHtmlEscaped().split( "\n", QString::KeepEmptyParts );
102102

103103
re = li.join("<br/>");
104104

0 commit comments

Comments
 (0)