Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-25116

Qt 5 to-do in QTextDocument

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.0.0 Beta 1
    • None
    • GUI: Text handling
    • None
    • 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
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            laknoll Lars Knoll
            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes