File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 621621\x00 \x00 \x01 \x71 \x23 \x58 \xcf \x38 \
622622 "
623623
624- qt_version = QtCore .qVersion ().split ('.' )
625- if qt_version < ['5' , '8' , '0' ]:
624+ qt_version = QtCore .qVersion ().split ("." )
625+ if qt_version < ["5" , "8" , "0" ]:
626626 rcc_version = 1
627627 qt_resource_struct = qt_resource_struct_v1
628628else :
629629 rcc_version = 2
630630 qt_resource_struct = qt_resource_struct_v2
631631
632+
632633def qInitResources ():
633- QtCore .qRegisterResourceData (rcc_version , qt_resource_struct , qt_resource_name , qt_resource_data )
634+ QtCore .qRegisterResourceData (
635+ rcc_version , qt_resource_struct , qt_resource_name , qt_resource_data
636+ )
637+
634638
635639def qCleanupResources ():
636- QtCore .qUnregisterResourceData (rcc_version , qt_resource_struct , qt_resource_name , qt_resource_data )
640+ QtCore .qUnregisterResourceData (
641+ rcc_version , qt_resource_struct , qt_resource_name , qt_resource_data
642+ )
643+
637644
638645qInitResources ()
You can’t perform that action at this time.
0 commit comments