mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
tweak qrc deprecation warning
This commit is contained in:
parent
3868e1e4a6
commit
80e6e7ab62
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue