diff options
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index 1276df08..458ee9f2 100644 --- a/sync.profile +++ b/sync.profile @@ -7,6 +7,12 @@ %classnames = ( ); %deprecatedheaders = ( + "QtWaylandClient" => { + "qwaylandclientexport.h" => "QtWaylandClient/qtwaylandclientglobal.h" + }, + "QtWaylandCompositor" => { + "qwaylandexport.h" => "QtWaylandCompositor/qtwaylandcompositorglobal.h" + } ); %classnames = ( "qwaylandquickextension.h" => "QWaylandQuickExtension", |