A test class with a deleted copy constructor. More...
| Header: | #include <testclass.h> |
| DeletedCopyCtorTest(int value, const char *name, void *data) | |
| DeletedCopyCtorTest(const QDocTests::DeletedCopyCtorTest &) | |
| void | someMethod() |
| QDocTests::DeletedCopyCtorTest & | operator=(const QDocTests::DeletedCopyCtorTest &) |
This class tests that QDoc correctly resolves links to constructors when a deleted copy constructor is present. The deleted copy constructor should not be chosen as the link target.
Constructs a DeletedCopyCtorTest with the given value, name, and data.
[delete] DeletedCopyCtorTest::DeletedCopyCtorTest(const QDocTests::DeletedCopyCtorTest &)Copy-constructs an instance of DeletedCopyCtorTest. This function is deleted.
Does something.
See also DeletedCopyCtorTest().
[delete] QDocTests::DeletedCopyCtorTest &DeletedCopyCtorTest::operator=(const QDocTests::DeletedCopyCtorTest &)Copy-assigns other to this DeletedCopyCtorTest instance. This function is deleted.