mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-22 21:15:10 -04:00
Uses Qt's QGlobalStatic macro to create a shared Utils singleton for repolishing widgets. This means that multiple calls to the Utils' styling class helpers only trigger a single repolish per widget during a one tick of the Qt event loop.