Skip to content

Commit

Permalink
Merge pull request #303 from almarklein/patch-1
Browse files Browse the repository at this point in the history
PR: Fix QFileSystemModel for PyQt6
  • Loading branch information
dalthviz authored Dec 21, 2021
2 parents a678303 + 4306091 commit ae5cc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtpy/QtWidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if PYQT6:
from PyQt6 import QtWidgets
from PyQt6.QtWidgets import *
from PyQt6.QtGui import QAction, QActionGroup, QShortcut
from PyQt6.QtGui import QAction, QActionGroup, QShortcut, QFileSystemModel
from PyQt6.QtOpenGLWidgets import QOpenGLWidget

# Map missing/renamed methods
Expand Down

0 comments on commit ae5cc22

Please sign in to comment.