Fix race when initialising help context

This commit is contained in:
baldurk
2026-08-27 15:27:09 +01:00
parent 8cccd45e5b
commit d015c0619a
2 changed files with 26 additions and 30 deletions
@@ -169,6 +169,9 @@ private:
// the PyReflector from parse_reflection
static PyObject *m_Reflector;
// the stub modules
static PyObject *m_StubRD;
static PyObject *m_StubQRD;
static QAtomicInt m_DeferredInit;
// the pyrenderdoc wrapper around ICaptureContext