From 886d53ee7ccc0c80f4b67bd946189b9963469fe8 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Sun, 21 Aug 2022 00:59:37 +0900 Subject: [PATCH] Update Hello World Window is a part of QtQuick in Qt6. https://doc.qt.io/qt-6/qml-qtquick-window.html --- docs/ch02-start/hello-world.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ch02-start/hello-world.md b/docs/ch02-start/hello-world.md index 9e3710b5..c81522af 100644 --- a/docs/ch02-start/hello-world.md +++ b/docs/ch02-start/hello-world.md @@ -18,7 +18,6 @@ Another file, `HelloWorld.qml`, is our application code. Open it and try to unde // HelloWorld.qml import QtQuick -import QtQuick.Window Window { width: 640