Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 373 Bytes

README.org

File metadata and controls

8 lines (7 loc) · 373 Bytes

Statefs Qt providers loader

Some Qt components/code need main Qt event loop to be running and it should be started in the thread where some (read any) Qt code was used, it saves current thread as the main thread. So, this loader create QCoreApplication and starts its event loop in a dedicated thread. When event loop is started requested provider can be loaded safely.