diff options
author | Liang Qi <liang.qi@qt.io> | 2021-10-20 20:25:22 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2021-10-26 12:15:15 +0000 |
commit | f0a1fa7f905652b2aafd3e28ed2ff237ca7b10ef (patch) | |
tree | 75fd70532cbbbd44e9bfef95336c1b567ac18dc7 /tests/manual | |
parent | e39dec7453f2c11c74e559b1e1588b52c457776c (diff) | |
download | qtwayland-f0a1fa7f905652b2aafd3e28ed2ff237ca7b10ef.tar.gz |
example/tests: update com.theqtcompany to io.qt
Pick-to: 6.2
Fixes: QTBUG-96370
Change-Id: Id0fc8ba2b552f7ab99fa208210c5bad016c3a043
Reviewed-by: Inho Lee <inho.lee@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual/texture-sharing-2/custom-compositor/main.cpp | 2 | ||||
-rw-r--r-- | tests/manual/texture-sharing-2/custom-compositor/qml/main.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/texture-sharing-2/custom-compositor/main.cpp b/tests/manual/texture-sharing-2/custom-compositor/main.cpp index af375024..a9322833 100644 --- a/tests/manual/texture-sharing-2/custom-compositor/main.cpp +++ b/tests/manual/texture-sharing-2/custom-compositor/main.cpp @@ -136,7 +136,7 @@ int main(int argc, char *argv[]) QGuiApplication app(argc, argv); QQmlApplicationEngine appEngine; - qmlRegisterType<CustomSharingExtensionQuickExtension>("com.theqtcompany.customsharingextension", 1, 0, "CustomSharingExtension"); + qmlRegisterType<CustomSharingExtensionQuickExtension>("io.qt.tests.customsharingextension", 1, 0, "CustomSharingExtension"); appEngine.addImageProvider("wlshared", new QWaylandSharedTextureProvider); appEngine.load(QUrl("qrc:///qml/main.qml")); diff --git a/tests/manual/texture-sharing-2/custom-compositor/qml/main.qml b/tests/manual/texture-sharing-2/custom-compositor/qml/main.qml index 7a570516..ce4307b0 100644 --- a/tests/manual/texture-sharing-2/custom-compositor/qml/main.qml +++ b/tests/manual/texture-sharing-2/custom-compositor/qml/main.qml @@ -54,7 +54,7 @@ import QtWayland.Compositor import QtWayland.Compositor.XdgShell import QtWayland.Compositor.WlShell -import com.theqtcompany.customsharingextension +import io.qt.tests.customsharingextension WaylandCompositor { WaylandOutput { |