Functions | |
template<typename QtPtrType> requires requires (QtPtrType p) { typename QtPtrType::element_type; p == nullptr; { p.get() } -> std::same_as<typename QtPtrType::element_type*>; p = nullptr; } | |
QMetaObject::Connection | createDestroyableConnection (QtPtrType &self) |
QMetaObject::Connection drn::foundation::internal::createDestroyableConnection | ( | QtPtrType & | self | ) |