The following members of class Test are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
(deprecated) void | anotherObsoleteMember() |
(deprecated in 6.0) void | deprecatedMember() |
(deprecated) void | obsoleteMember() |
(deprecated) TestQDoc::Test & | operator++() |
(deprecated) TestQDoc::Test & | operator--() |
[deprecated]
TestQDoc::Test &Test::operator++()[deprecated]
TestQDoc::Test &Test::operator--()This function is deprecated. We strongly advise against using it in new code.
[deprecated]
void Test::anotherObsoleteMember()This function is deprecated. We strongly advise against using it in new code.
Use obsoleteMember() instead.
[deprecated in 6.0]
void Test::deprecatedMember()This function is deprecated since 6.0. We strongly advise against using it in new code.
Use someFunction() instead.
[deprecated]
void Test::obsoleteMember()This function is deprecated. We strongly advise against using it in new code.
Use someFunction() instead.