Skip to content

Less delete calls in destructors

Ahmad Samir requested to merge work/ahmad/clean-up into master
  • 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

Merge request reports