Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-13472

Rewrite resource editor to use QXmlStreamReader/Writer (currently uses QDom and writes invalid XML)

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Editors
    • None
    • All

    Description

      The resource editor currently uses QDomDocument and produces invalid XML , the processing instruction

      <?xml version="1.0" encoding="UTF-8"?>
      

      is missing.

      Also, the code could then be cleaned up to provide a save(QIODevice *) to improve the fix for QTCREATORBUG-13458 .

      Attachments

        Issue Links

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

          Activity

            People

              davschul David Schulz
              kleint Friedemann Kleint
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes