Home
last modified time | relevance | path

Searched defs:setDeprecationInfo (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Ditemdeclaration.h64 void setDeprecationInfo(const DeprecationInfo &di) { m_deprecationInfo = di; } in setDeprecationInfo() function
H A Dpropertydeclaration.cpp273 void PropertyDeclaration::setDeprecationInfo(const DeprecationInfo &deprecationInfo) in setDeprecationInfo() function in qbs::Internal::PropertyDeclaration