Skip to content

Commit 615059e

Browse files
committed
Fix pyqt version
1 parent c05e39a commit 615059e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BlocksScreen/lib/ui/resources/icon_resources_rc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# WARNING! All changes made in this file will be lost!
88

9-
from PyQt5 import QtCore
9+
from PyQt6 import QtCore
1010

1111
qt_resource_data = b"\
1212
\x00\x00\x08\x62\

0 commit comments

Comments
 (0)