summaryrefslogtreecommitdiffstats
path: root/SCons/Warnings.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-02-24 01:31:21 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2023-02-24 01:31:21 (GMT)
commit181ce80cf3df9a8f6ba7efd3dee77d8e92158337 (patch)
tree37227906182e9950115901ec6bb91da4d22f40f0 /SCons/Warnings.py
parentf8c2a438f82eddd270dbe29a637fd3c76a0f9263 (diff)
downloadSCons-181ce80cf3df9a8f6ba7efd3dee77d8e92158337.zip
SCons-181ce80cf3df9a8f6ba7efd3dee77d8e92158337.tar.gz
SCons-181ce80cf3df9a8f6ba7efd3dee77d8e92158337.tar.bz2
moved the qt tool to qt3. Changed all QT envvars to be now prefixed with QT3
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 754f05d..f77a24a 100644
--- a/SCons/Warnings.py
+++ b/SCons/Warnings.py
@@ -131,7 +131,7 @@ class DeprecatedDebugOptionsWarning(MandatoryDeprecatedWarning):
class DeprecatedMissingSConscriptWarning(DeprecatedWarning):
pass
-class ToolQtDeprecatedWarning(FutureDeprecatedWarning):
+class ToolQtDeprecatedWarning(DeprecatedWarning):
pass
# The below is a list of 2-tuples. The first element is a class object.