Skip to content
Commit acd265ef authored by Ahmad Samir's avatar Ahmad Samir Committed by Kurt Hindenburg
Browse files

Less delete calls in destructors

- If the QObject has a parent, the parent will take care of deleting it
- Use std::unique_ptr to manage pointer member variable
- Use '= default' with empty destructors
- Fix initialization of QTimer in constructor initialization list
parent a7363fa5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment