diff options
author | Kai Köhne <kai.koehne@qt.io> | 2021-11-08 10:33:48 +0100 |
---|---|---|
committer | Kai Köhne <kai.koehne@qt.io> | 2021-11-08 12:48:15 +0100 |
commit | 896998f5c557e5da29a8eb2ec41e3ab3d160a5af (patch) | |
tree | c7c623a691b792c9ad899915fb84c196a19c67fb /sync.profile | |
parent | 663dc4ee5ce1a4b76617a7c9545d1f13820fcefe (diff) | |
download | qtmultimedia-896998f5c557e5da29a8eb2ec41e3ab3d160a5af.tar.gz |
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.profile | 3 |
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" + } ); |