From 29317b426b9ec84f4ba66e6c032f71c2a2bae091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Heskestad?= Date: Thu, 9 Mar 2023 17:01:59 +0100 Subject: Move streambookmarks example into corelibe/serialization The stream-based XML serialization API resides in corelib/serialization. Move the steambookmarks example there. The Qt XML documentation is updated to no longer refer to this example code directly and refer to the direct location in the example documentation instead. Task-number: QTBUG-110647 Pick-to: 6.5 Change-Id: Id36fb04a6acb7b8d1eb008f61568fe0abc221e3d Reviewed-by: Marc Mutz --- examples/xml/streambookmarks/main.cpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 examples/xml/streambookmarks/main.cpp (limited to 'examples/xml/streambookmarks/main.cpp') diff --git a/examples/xml/streambookmarks/main.cpp b/examples/xml/streambookmarks/main.cpp deleted file mode 100644 index 75b5d646c6..0000000000 --- a/examples/xml/streambookmarks/main.cpp +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause - -#include - -#include "mainwindow.h" - -//! [0] -int main(int argc, char *argv[]) -{ - QApplication app(argc, argv); - MainWindow mainWin; - mainWin.show(); - mainWin.open(); - return app.exec(); -} -//! [0] -- cgit v1.2.3