summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-11-08 10:33:48 +0100
committerKai Köhne <kai.koehne@qt.io>2021-11-08 12:48:15 +0100
commit896998f5c557e5da29a8eb2ec41e3ab3d160a5af (patch)
treec7c623a691b792c9ad899915fb84c196a19c67fb /sync.profile
parent663dc4ee5ce1a4b76617a7c9545d1f13820fcefe (diff)
Deprecate qtmultimediawidgetdefs.h
Rather use the more common qtmultimediawidgetsglobal.h pattern. This also fixes a syncqt warning that the header doesn't contain QT_BEGIN_NAMESPACE... Change-Id: If361c93561adce06fbe61b00bc9acee356cf477d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 5c3a5acb8..7b8ab974c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -16,4 +16,7 @@
"QtMultimedia" => {
"qtmultimediadefs.h" => "QtMultimedia/qtmultimediaglobal.h"
},
+ "QtMultimediaWidgets" => {
+ "qtmultimediawidgetdefs.h" => "QtMultimediaWidgets/qtmultimediawidgetsglobal.h"
+ }
);