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

QString incorrectly included in qscxmlerror.h file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.9.0 Beta 2
    • 5.8.0
    • XML: SCXML
    • None
    • 6127d87db2f68a322ee8cea11872f2989f085400

    Description

      In qscxmlerror.h QString is incorrectly included.

      It is:

      #include <QString>
      

      whereas it should be:

      #include <QtCore/qstring.h>
      

      Otherwise it wouldn't be a biggie, but because of this it's not possible to generate the binary compatibility test file for the module. That's why the priority is set to P1.

      Attachments

        For Gerrit Dashboard: QTBUG-58658
        # Subject Branch Project Status CR V

        Activity

          People

            ulherman Ulf Hermann
            mipohjan Milla Pohjanheimo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes