1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-02 03:21:39 +00:00

More updates for pyqt6

This commit is contained in:
2022-07-07 21:26:45 -05:00
parent 66e69a3854
commit 4d56bd3515
5 changed files with 53 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
from typing import Tuple, List, Union
from PyQt5.QtGui import QImage
from PyQt6.QtGui import QImage
_block = Tuple[int, int, int]