MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / qCleanupResources

Function qCleanupResources

python/example/qhexedit_rc.py:411–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409 QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)
410
411def qCleanupResources():
412 QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)
413
414qInitResources()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected