Simplify StyleSingleton
Q_GLOBAL_STATIC cleans up at teardown, wrapping this in a scoped pointer isn't adding anything, the lifespan remains the same.
Q_GLOBAL_STATIC cleans up at teardown, wrapping this in a scoped pointer isn't adding anything, the lifespan remains the same.