Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
ac300a166f801a6f6c0b15278e6893720a5726f8
Description
qtbase/src/gui/text/qtextdocument.cpp
#if 0 // ### Qt5: reenable #ifndef QT_NO_TEXTEDIT else if (QTextEdit *edit = qobject_cast<QTextEdit *>(parent())) { QUrl resolvedName = edit->d_func()->resolveUrl(name); r = edit->loadResource(type, resolvedName); } #endif #ifndef QT_NO_TEXTCONTROL else if (QWidgetTextControl *control = qobject_cast<QWidgetTextControl *>(parent())) { r = control->loadResource(type, name); } #endif #endif
Attachments
Issue Links
- relates to
-
QTBUG-35688 QQuickTextEdit: Make it possible to change the text document
- Closed
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed