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

Wrong #define guard on qjsvalueiterator.h: QSCRIPTVALUEITERATOR_H instead of QJSVALUEITERATOR_H

    XMLWordPrintable

Details

    • 86d7fee19ceb0c87b4d61caf42d60a01f10249d1

    Description

      The file qtdeclarative/src/qml/qml/v8/qjsvalueiterator.h seems to have wrong #define guards around it: is uses

      qjsvalueiterator.h
      /**...*/
      #ifndef QSCRIPTVALUEITERATOR_H
      #define QSCRIPTVALUEITERATOR_H
      ...
      #endif // QSCRIPTVALUEITERATOR_H
      

      instead of

      qjsvalueiterator.h - should be
      /**...*/
      #ifndef QJSVALUEITERATOR_H
      #define QJSVALUEITERATOR_H
      ...
      #endif // QJSVALUEITERATOR_H
      

      Googling and searching bugtracker for the cause of this (in a case it was an intended change) gave me nothing.

      Attachments

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

        Activity

          People

            nierob Nierob
            fret_saw Dmitry Demin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes