Functions | |
| QHash< QString, QString > & | edidSerialCache () |
| QHash< QString, int > & | edidMissCounter () |
| void | assertMainThread () |
| Debug-build enforcement of the documented single-thread contract: the function-local-static caches are mutated without synchronisation, so every public entry point must run on the application (GUI/main) thread. | |
|
inline |
Debug-build enforcement of the documented single-thread contract: the function-local-static caches are mutated without synchronisation, so every public entry point must run on the application (GUI/main) thread.
A null instance (headless unit test before any QCoreApplication) is permitted.
|
inline |
|
inline |