Skip to content

Simplify StyleSingleton

David Edmundson requested to merge work/d_ed/cleanup_singleton into master

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

Merge request reports