aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui/qicon_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtGui/qicon_test.py')
-rw-r--r--sources/pyside6/tests/QtGui/qicon_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtGui/qicon_test.py b/sources/pyside6/tests/QtGui/qicon_test.py
index 80fc5a56b..18ef3d815 100644
--- a/sources/pyside6/tests/QtGui/qicon_test.py
+++ b/sources/pyside6/tests/QtGui/qicon_test.py
@@ -26,6 +26,7 @@ class QIconCtorWithNoneTest(TimedQGuiApplication):
PIX_PATH = os.fspath(Path(__file__).resolve().parents[2]
/ "doc/tutorials/basictutorial/icons.png")
+
class QIconAddPixmapTest(TimedQGuiApplication):
'''PYSIDE-1669: check that addPixmap works'''