aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-07-31 11:09:29 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-08-01 11:24:34 +0200
commitafaa32e287d1c46168e80cc186d6f560f954dec3 (patch)
treec3107d4e8bd878785a6e80f8a9778ac8cd55fc53 /sources/pyside6/tests
parent5ffee9e3f7ce7b1c812fa6b089eb2bb0059233e7 (diff)
Clean up some unused suppression warnings
Pick-to: 6.5 Change-Id: I261ec7ec933e21658d357ad1ffbeb4de5b84d13f Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/tests')
-rw-r--r--sources/pyside6/tests/pysidetest/typesystem_pysidetest.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/sources/pyside6/tests/pysidetest/typesystem_pysidetest.xml b/sources/pyside6/tests/pysidetest/typesystem_pysidetest.xml
index f8a8d2b6b..bd959f7e3 100644
--- a/sources/pyside6/tests/pysidetest/typesystem_pysidetest.xml
+++ b/sources/pyside6/tests/pysidetest/typesystem_pysidetest.xml
@@ -75,12 +75,4 @@
<smart-pointer-type name="QSharedPointer" type="shared" getter="data"
reset-method="reset"/>
- <suppress-warning text="type 'QPyTextObject' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
- <!-- Qt5: I never really understood this warning. Probably it is because there
- is no way to instantiate the class. Anyway, why must this class emit this warning?
- I am not a C++ warrior, so I'd prefer if it would say "it is ok if you see this warning!".
- Well, maybe somebody will enlighten me, and I'll change this comment.
- I'd actually prefer an implementation that avoids generating this message, but I still failed
- doing so :-(
- -->
</typesystem>