Skip to content

Commit ab5c274

Browse files
committed
Added import of QPixmap from PySide6.QtGui
1 parent 44773ce commit ab5c274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Core/engines_loader/engines_only_mod

Core/engines_loader/engines_only_mod/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
QFileDialog, QStatusBar, QMessageBox, QLineEdit, QGridLayout,
4343
QFrame, QSplitter
4444
)
45-
from PySide6.QtGui import QIcon, QAction, QFont
45+
from PySide6.QtGui import QIcon, QAction, QFont, QPixmap
4646

4747
from Core.engines_loader import (
4848
available_engines,

0 commit comments

Comments
 (0)