-
Type:
Task
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 5.0.0 Beta 1
-
Component/s: GUI: Text handling
-
Labels:None
-
Technical Risk:Normal
-
Commits:ac300a166f801a6f6c0b15278e6893720a5726f8
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
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
-
- Closed
-