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 23 2019, 11:17 PM
Parents
R462:3a798553b624: Removing unnecessary signal connect/disconnect
Branches
Unknown
Tags
Unknown