qt5base-lts/tests/manual/wasm/clipboard
Lucie Gérard 05fc3aef53 Use SPDX license identifiers
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
Files that have to be modified by hand are modified.
License files are organized under LICENSES directory.

Task-number: QTBUG-67283
Change-Id: Id880c92784c40f3bbde861c0d93f58151c18b9f1
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-05-16 16:37:38 +02:00
..
data wasm: improve clipboard support 2021-12-08 13:39:58 +10:00
clipboard.pro wasm: improve clipboard support 2021-12-08 13:39:58 +10:00
CMakeLists.txt wasm: improve clipboard support 2021-12-08 13:39:58 +10:00
data.qrc wasm: improve clipboard support 2021-12-08 13:39:58 +10:00
main.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mainwindow.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mainwindow.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mainwindow.ui wasm: add support for drag into browser window 2022-05-10 01:20:45 +00:00
README wasm: improve clipboard support 2021-12-08 13:39:58 +10:00

The Clipboard manual test app can be used both on desktop and in the browser
using WebAssembly to test clipboard use between WebAssembly app and the desktop.