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

scoped enum values can't be linked in documentation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 6.1.1, 6.2.0 Alpha
    • 6.1
    • Documentation
    • None
    • ce05219da0750a3be429b396ea0d13980aa14d70 (qt/qttools/dev) 4a0503bd8cf8a7fb08e933c4e52f9122057aabd6 (qt/qttools/6.1)
    • Da Vinci sprint 32

    Description

      when having an

      class Foo {
          enum class Bar {
              Qux
          };
      };
      

      Then there is no Foo::Qux but only Foo::Bar::Qux. However, linking to Foo::Qux succeeds (while it should fail, as there is no Foo::Qux) while linking to Foo::Bar::Qux fails.

      Attachments

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

        Activity

          People

            treinio Topi Reiniƶ
            andreasbuhr Andreas Buhr
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes