mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
remove unused header inclusion
why am I thinking about dropping support for html and using a custom format for rich text? Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9bac3701e6
commit
8f42407b20
2 changed files with 0 additions and 3 deletions
|
@ -2194,7 +2194,6 @@ void QTextCursor::insertFragment(const QTextDocumentFragment &fragment)
|
|||
*/
|
||||
|
||||
#ifndef QT_NO_TEXTHTMLPARSER
|
||||
|
||||
void QTextCursor::insertHtml(const QString &html)
|
||||
{
|
||||
if (!d || !d->priv)
|
||||
|
@ -2202,7 +2201,6 @@ void QTextCursor::insertHtml(const QString &html)
|
|||
QTextDocumentFragment fragment = QTextDocumentFragment::fromHtml(html, d->priv->document());
|
||||
insertFragment(fragment);
|
||||
}
|
||||
|
||||
#endif // QT_NO_TEXTHTMLPARSER
|
||||
|
||||
/*!
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "qregexp.h"
|
||||
#include "qtextcodec.h"
|
||||
#include "qthread.h"
|
||||
#include "qtexthtmlparser_p.h"
|
||||
#include "qpainter.h"
|
||||
#include "qprinter.h"
|
||||
#include "qtextedit.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue