TestDerived Class TestQDoc::TestDerived TestCPP TestCPP Reference Documentation A derived class in a namespace. This class was introduced in Qt 2.0. Header TestDerived Since Qt 2.0 CMake find_package(Qt6 REQUIRED COMPONENTS QDocTest) target_link_libraries(mytarget PRIVATE Qt6::QDocTest) qmake QT += testcpp Inherits TestQDoc::Test Detailed Description Member Type Documentation [alias] TestDerived::DerivedType An aliased typedef. [alias] TestDerived::NotTypedef I'm an alias, not a typedef. Member Function Documentation [override virtual] void TestDerived::virtualFun() Reimplements: Test::virtualFun(). Obsolete Members for TestDerived The following members of class TestDerived are deprecated. We strongly advise against using them in new code. Obsolete Member Function Documentation [static] void TestDerived::staticObsoleteMember() This function is deprecated. We strongly advise against using it in new code. Static obsolete method.