The MainSharedPtr class is a helper class for creating a shared pointer to the render loop.
MainSharedPtr(const QSharedPointer< T > &ptr)
static MainSharedPtr create(Args &&...arguments)
create This method creates a shared pointer to the render loop.
const QSharedPointer< T > & getShared() const
getShared This method return child shared pointer. You can use them as a general shared pointer of th...
T * get() const
get This is a alias of the QSharedPointer::get method.