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