diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-11 11:36:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-11 11:41:54 +0900 |
commit | 150ebb26a4433888256f5027cacbbdb94b4e829e (patch) | |
tree | f36b7a84c69a940883209920e5822eeddb925c20 | |
parent | e2148244738d18a156d4ad0c8efd38ea17aba739 (diff) | |
download | pytqt-r14.0.12.tar.gz pytqt-r14.0.12.zip |
Replaced 'includehints' with 'includes' in *.ui files.r14.0.12
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 76700491296d687e461a3ef764bf01ad74f1c3d6)
-rw-r--r-- | examples3/webbrowser/mainwindow.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples3/webbrowser/mainwindow.ui b/examples3/webbrowser/mainwindow.ui index 2f04531..446a717 100644 --- a/examples3/webbrowser/mainwindow.ui +++ b/examples3/webbrowser/mainwindow.ui @@ -404,7 +404,7 @@ <slot>aboutTQtSlot()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>qaxwidget.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">qaxwidget.h</include> +</includes> </UI> |