aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui/qstylehints_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtGui/qstylehints_test.py')
-rw-r--r--sources/pyside6/tests/QtGui/qstylehints_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtGui/qstylehints_test.py b/sources/pyside6/tests/QtGui/qstylehints_test.py
index b7b2e9471..c113469ee 100644
--- a/sources/pyside6/tests/QtGui/qstylehints_test.py
+++ b/sources/pyside6/tests/QtGui/qstylehints_test.py
@@ -40,10 +40,12 @@ init_test_paths(False)
from helper.usesqapplication import UsesQApplication
from PySide6.QtGui import QStyleHints
+
class QStyleHintsTest(UsesQApplication):
def test(self):
styleHints = self.app.styleHints()
self.assertTrue(styleHints.startDragDistance() > 0)
+
if __name__ == '__main__':
unittest.main()