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

dumpcpp doesn't generate correct code for a reference to an enum value

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.4.3
    • ActiveX Support
    • None

    Description

      dumpcpp doesn't generate correct code for a reference to an enum value, it generates something like:

      inline void GetEntry(int index, int& hMemberPad, A_RTM_OPERATION& iOperation, int& lDataPeriod);

      when it should be in the relevant namespace like:

      inline void GetEntry(int index, int& hMemberPad, AltiComLib::A_RTM_OPERATION& iOperation, int& lDataPeriod);

      Attachments

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

        Activity

          People

            pullatti Prasanth Ullattil
            anshaw Andy Shaw (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes