cmake: make use of QSharedPointer<CMakeServer> from the start
Don't start using the sharedpointer at some random point in the lifetime of the object. Make sure we don't parent it, as QSharedPointer will try to delete it eventually as well.
Showing
Please register or sign in to comment