mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
do not call pyside initialization on import
This commit is contained in:
parent
d4b4d2e841
commit
c39c3ecb04
1 changed files with 2 additions and 2 deletions
|
|
@ -811,14 +811,14 @@ qt_resource_struct = b"\
|
|||
\x00\x00\x02X\x00\x00\x00\x00\x00\x01\x00\x00\x16D\
|
||||
"
|
||||
|
||||
|
||||
def qInitResources():
|
||||
QtCore.qRegisterResourceData(
|
||||
0x01, qt_resource_struct, qt_resource_name, qt_resource_data
|
||||
)
|
||||
|
||||
|
||||
def qCleanupResources():
|
||||
QtCore.qUnregisterResourceData(
|
||||
0x01, qt_resource_struct, qt_resource_name, qt_resource_data
|
||||
)
|
||||
|
||||
qInitResources()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue