Skip to content

Cleanup lifecycle methods

Alexander Lohnau requested to merge (removed):activities_runner_cleanup into master

This is a split up from !37 (merged).

The use of the prepare methods wasn't ideal: The prepare slot was used to initialize the members and set the syntaxes.

Now the members get initialized in the constructor, this way don't need the signals and the nullptr checks.

Merge request reports