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

Qt 5 to-do in QTextDocument

    XMLWordPrintable

Details

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

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

          Activity

            People

              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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes