• TestModule
  • DerivedType
  • DerivedType QML Type

    A derived type that uses import as syntax. More...

    Import Statement: import TestModule 1.0
    Inherits:

    BaseType

    Methods

    Detailed Description

    This type demonstrates the bug where QDoc fails to generate proper links for types referenced through module aliases.

    import TestModule as TM
    
    TM.BaseType {
        title: "Derived"
    }

    The above code should properly link BaseType, even when accessed through the TM alias.

    Method Documentation

    void callBase()

    Calls the base type's method.