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

Segfault in QTextCursor::document

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P2: Important P2: Important
    • None
    • 4.7.4
    • GUI: Text handling
    • None

      The QTextCursor::document functions segfaults in the following test program

      #include <QTextCursor>
      #include <QDebug>

      int main()
      {
      QTextCursor cursor;
      qDebug() << cursor.document();

      Patch to resolve problem as attachment.

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

            esabraha Eskil Abrahamsen Blomfeldt
            jupakari Juuso Pakarinen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes