Skip to content
  • Harald Sitter's avatar
    various stylistic improvements · 8ab0514d
    Harald Sitter authored
    - use override instead of virtual; it implies virtual
    - use =default where possible
    - reduce slot lambda signatures to only used arguments
    - getUsersList is now static - it uses no members
    - reboot is now static - it uses no member
    - use auto when the right hand side of an assignment shows the type
    - make sure pointer members are init'd to nullptr lest we forget to
    declare them in the ctor
    8ab0514d