Skip to content
Commit 8ab0514d authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

various stylistic improvements

- 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
parent 01a6bda3
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