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

qtscxml fails after moc changes

    XMLWordPrintable

Details

    • 1
    • 2688d1bbc (dev)
    • Foundation Sprint 119, Foundation Sprint 120

    Description

      The code generator in Qt SCXML includes

          fprintf(out, "\n);\n"
                  "#else  // !QT_MOC_HAS_STRINGDATA\n");
          fprintf(out, "#error \"qtmochelpers.h not found or too old.\"\n");
          fprintf(out, "#endif // !QT_MOC_HAS_STRINGDATA\n");
          fprintf(out, "} // unnamed namespace\n\n");
      

      and that generated code will fail to build after the recent changes to moc.

      Attachments

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

        Activity

          People

            ivan.solovev Ivan Solovev
            vhilshei Volker Hilsheimer
            Vladimir Minenko Vladimir Minenko
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes