tweak qrc deprecation warning
This commit is contained in:
parent
3868e1e4a6
commit
80e6e7ab62
@ -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."
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user