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

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

      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 .

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

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

              Created:
              Updated:

                There are no open Gerrit changes