Skip to content

Code style, comments, remove SpectacleCore::init(), rename onActivateRequested() to activate()

Noah Davis requested to merge work/ndavis/core-constructor into master

SpectacleCore::init() is not needed anymore. We can just create the SpectacleCore object at the right time instead.

on* is more for things that are only meant to be connected to signals.

Merge request reports