Skip to content
  • Ahmad Samir's avatar
    Less delete calls in destructors · acd265ef
    Ahmad Samir authored and Kurt Hindenburg's avatar Kurt Hindenburg committed
    - 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
    acd265ef