summaryrefslogtreecommitdiffstats
path: root/SCons/Warnings.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-11-10 16:35:43 (GMT)
committerMats Wichmann <mats@linux.com>2021-11-11 22:20:30 (GMT)
commitdc011f2887dcee9d086be93ee40b9c3c83a940d4 (patch)
tree5e1e12ef6871ff50afeccc78c7978925d1e780a8 /SCons/Warnings.py
parent5093d3f59a2d33db040eb04ed4057cbd6bbd71b6 (diff)
downloadSCons-dc011f2887dcee9d086be93ee40b9c3c83a940d4.zip
SCons-dc011f2887dcee9d086be93ee40b9c3c83a940d4.tar.gz
SCons-dc011f2887dcee9d086be93ee40b9c3c83a940d4.tar.bz2
Downgrade qt tool warning to default-off
Back out changes to runtest.py, those are now tracked in separate PR #4055 with some others. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'SCons/Warnings.py')
-rw-r--r--SCons/Warnings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Warnings.py b/SCons/Warnings.py
index f6159a3..c460897 100644
--- a/SCons/Warnings.py
+++ b/SCons/Warnings.py
@@ -128,7 +128,7 @@ class DeprecatedDebugOptionsWarning(MandatoryDeprecatedWarning):
class DeprecatedMissingSConscriptWarning(DeprecatedWarning):
pass
-class ToolQtDeprecatedWarning(DeprecatedWarning):
+class ToolQtDeprecatedWarning(FutureDeprecatedWarning):
pass
# The below is a list of 2-tuples. The first element is a class object.