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

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

XMLWordPrintable

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

      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);

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes