Use QSharedPointer to keep SearchHandler instances
This way it simplifies their cleanup, and avoid double deletions in some (rare) cases.
Showing
Please register or sign in to comment
This way it simplifies their cleanup, and avoid double deletions in some (rare) cases.