标签: qt4 qsharedpointer
std :: shared_ptr的方式有一个use_count函数,它返回引用同一个托管对象的shared_ptr对象的数量;以同样的方式我们如何获得QSharedPointer的引用计数。 我没有为此找到任何API ..如何实现?