Refactoring simple slots into lambdas

Authored by thomasfischer on Nov 1 2019, 8:38 PM.

Description

Refactoring simple slots into lambdas

Refactoring slots that contain just one command (often calling
a private object's function) and are used in only one 'connect'
statement got refactored into a lambda function inside said
'connect' statement.

Also, removing some slots that are never used.

Details

Committed
thomasfischerNov 5 2019, 7:57 PM
Parents
R462:56e4757e14fa: Removing unnecessary signal connect/disconnect
Branches
Unknown
Tags
Unknown