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

qdoc: Failure to resolve the qualified path for base classes from external modules

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.15.0 Alpha
    • 5.14
    • Build tools: qdoc
    • None
    • 8
    • 7767b21452e9f46408086d0ee6d7cc7be702b864 (qt/qttools/5.15)
    • DaVinci sprint 2

    Description

      Given two doc modules, A and B, where A includes a namespaced class:

      namespace Foo {
      class A { ... };
      }
      

      and B has a dependency to A (loading its index file), and declares a class:

      class B : public Foo::A { ... };
      

      QDoc fails to resolve any base class for B. No warnings are shown.

      Attachments

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

        Activity

          People

            treinio Topi Reiniƶ
            treinio Topi Reiniƶ
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes