From 80e6e7ab62e07390be078e28726c6b7979848f29 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 4 Dec 2021 14:33:37 +1000 Subject: [PATCH] tweak qrc deprecation warning --- qt/aqt/qt/qt5_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/qt/qt5_compat.py b/qt/aqt/qt/qt5_compat.py index e940aa757..98a054b1a 100644 --- a/qt/aqt/qt/qt5_compat.py +++ b/qt/aqt/qt/qt5_compat.py @@ -97,7 +97,7 @@ QMenu.exec_ = qt_exec_ def qt_resource_system_call(*args, **kwargs): print_deprecation_warning( "The Qt resource system no longer works on PyQt6. " - "Please switch to a different solution." + "Use QDir.addSearchPath() or mw.addonManager.setWebExports() instead." )