aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtWidgets/qfontdialog_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtWidgets/qfontdialog_test.py')
-rw-r--r--sources/pyside2/tests/QtWidgets/qfontdialog_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtWidgets/qfontdialog_test.py b/sources/pyside2/tests/QtWidgets/qfontdialog_test.py
index dd9980c90..09e9b7173 100644
--- a/sources/pyside2/tests/QtWidgets/qfontdialog_test.py
+++ b/sources/pyside2/tests/QtWidgets/qfontdialog_test.py
@@ -42,7 +42,7 @@ class TestFontDialog(TimedQApplication):
def testGetFontQDialog(self):
QtWidgets.QFontDialog.getFont(QtGui.QFont("FreeSans",10))
-
+
def testGetFontQDialogQString(self):
QtWidgets.QFontDialog.getFont(QtGui.QFont("FreeSans",10), None, "Select font")