Fix build without features.textmarkdownwriter
Change-Id: I30b39bb6ac4c24281c7fc87573936f62512ce015 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>bb10
parent
07553d0353
commit
c39910993e
|
|
@ -3175,7 +3175,7 @@ QString QWidgetTextControl::toHtml() const
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef QT_NO_TEXTHTMLPARSER
|
||||
#if QT_CONFIG(textmarkdownwriter)
|
||||
QString QWidgetTextControl::toMarkdown(QTextDocument::MarkdownFeatures features) const
|
||||
{
|
||||
return document()->toMarkdown(features);
|
||||
|
|
|
|||
Loading…
Reference in New Issue